mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Use flexbox to more neatly lay out order cycle products
This commit is contained in:
@@ -75,8 +75,13 @@ form.order_cycle {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.exchange-products {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-flex-flow: row wrap;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
.exchange-product {
|
||||
float: left;
|
||||
overflow: auto;
|
||||
width: 18%;
|
||||
min-height: 7.5em;
|
||||
@@ -87,6 +92,7 @@ form.order_cycle {
|
||||
.exchange-product-details {
|
||||
clear: both;
|
||||
margin-bottom: 1em;
|
||||
min-height: 6em;
|
||||
|
||||
.supplier {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user