From a62867f90917ca6c2cdb68c123568864346c40f8 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 20 Sep 2018 12:03:42 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20r=C3=A9pare=20l'alignement=20des=20chec?= =?UTF-8?q?kbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/Checklist/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/ui/Checklist/index.css b/source/components/ui/Checklist/index.css index 177ca03b0..453a5a38c 100644 --- a/source/components/ui/Checklist/index.css +++ b/source/components/ui/Checklist/index.css @@ -95,7 +95,7 @@ ul.ui__.checklist { } .ui__.checklist-explanation { - padding-left: 1rem; + padding-left: calc(0.6rem + 8px); border-left: 2px dashed var(--colour); - margin: 0 0 -0.6rem 8px; + margin: 0 0 -1rem 8px; }