From 7a4cc84a569be5629c9557b5177a0840dec46a56 Mon Sep 17 00:00:00 2001 From: sovanna Date: Thu, 26 Dec 2019 14:57:38 +0100 Subject: [PATCH] fix(mobile): Uses flex for table --- static/css/order-hardware.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/order-hardware.css b/static/css/order-hardware.css index cedeca9..2ba0f30 100644 --- a/static/css/order-hardware.css +++ b/static/css/order-hardware.css @@ -199,7 +199,7 @@ border: none; } - #root-shop table tfoot > tr { + #root-shop table tr { display: flex !important; justify-content: space-between; }