From 230f78f338af5de96898897878f30dd02b4dd158 Mon Sep 17 00:00:00 2001 From: sovanna Date: Thu, 26 Dec 2019 15:11:54 +0100 Subject: [PATCH] fix(mobile): Increases space between row in table summary price --- static/css/order-hardware.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/order-hardware.css b/static/css/order-hardware.css index 9dc39de..d66af55 100644 --- a/static/css/order-hardware.css +++ b/static/css/order-hardware.css @@ -205,6 +205,7 @@ } #root-shop table tr { + padding: .8em 0; display: flex !important; justify-content: space-between; }