From efd22df657788546cbbe7327d0389a9953e9bd87 Mon Sep 17 00:00:00 2001 From: Nadav Tasher Date: Mon, 30 Dec 2024 20:31:28 +0200 Subject: [PATCH] Add some padding to checklist title to make it seperate from card details body --- client/components/cards/checklists.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/cards/checklists.css b/client/components/cards/checklists.css index c730e0ac8..6b8c7e8f9 100644 --- a/client/components/cards/checklists.css +++ b/client/components/cards/checklists.css @@ -45,6 +45,9 @@ textarea.js-edit-checklist-item { border-radius: 16px; height: 100%; } +.checklist-title { + padding: 10px; +} .checklist-title .checkbox { float: left; width: 30px;