diff --git a/client/public/components/css/order.css b/client/public/components/css/order.css index 9e1fa4f..cb02d39 100644 --- a/client/public/components/css/order.css +++ b/client/public/components/css/order.css @@ -104,8 +104,6 @@ } } -/* loosely based on https://codepen.io/luisar/pen/JjoOZav */ - .order-body-item-table { width: 100%; margin-top: 10px; @@ -121,9 +119,14 @@ .order-body-item-right { width: 49%; + height: auto; order: 1; } +.order-list { + height: min-content; +} + .order-body-header { margin-top: 20px; font-size: 1.3em; @@ -132,6 +135,7 @@ margin-bottom: 10px; } +/* loosely based on https://codepen.io/luisar/pen/JjoOZav */ .order-track-step { display: flex; height: 7rem;