diff --git a/static/css/order-hardware.css b/static/css/order-hardware.css index 2ba0f30..9dc39de 100644 --- a/static/css/order-hardware.css +++ b/static/css/order-hardware.css @@ -199,6 +199,11 @@ border: none; } + #root-shop table { + width: 100%; + max-width: 100%; + } + #root-shop table tr { display: flex !important; justify-content: space-between;