From 0187517943e44480b072c33d4528345c5e599d95 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 15 May 2021 17:21:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Make=20the=20left=20and=20right?= =?UTF-8?q?=20summary=20parts=20a=20little=20bit=20wider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nest_frontend/components/base/Summary.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nest_frontend/components/base/Summary.module.css b/nest_frontend/components/base/Summary.module.css index f9d0b46..9d222e8 100644 --- a/nest_frontend/components/base/Summary.module.css +++ b/nest_frontend/components/base/Summary.module.css @@ -16,7 +16,7 @@ } .Left { - width: 250px; + width: 280px; height: 60px; display: grid; @@ -97,7 +97,7 @@ } .Right { - width: 250px; + width: 280px; height: 60px; padding: 5px;