From 5840972dc2f6465a64ee7a4afd01127411120e4b Mon Sep 17 00:00:00 2001 From: Ben <36240171+benkyd@users.noreply.github.com> Date: Fri, 29 Apr 2022 18:38:38 +0100 Subject: [PATCH] lol Former-commit-id: ea2533c4ee2f7835f4832b2c923a15f1279d321d --- client/public/components/css/order.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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;