From 393eeafbd66c8da43e157cf8c15c1d428a47c4af Mon Sep 17 00:00:00 2001 From: sovanna Date: Thu, 26 Dec 2019 15:01:49 +0100 Subject: [PATCH] fix(mobile): Updates width table summary price --- static/css/order-hardware.css | 5 +++++ 1 file changed, 5 insertions(+) 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;