From e990b9494169e3f4937453a329211719f5c7eea4 Mon Sep 17 00:00:00 2001 From: Kenneth SOARES Date: Sat, 14 Jun 2025 15:51:58 +0200 Subject: [PATCH] fix checkbox width --- core/static/core/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 2baf42a6..fa617025 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -514,6 +514,10 @@ th { text-align: center; padding: 5px 10px; + >input[type="checkbox"] { + padding: unset; + } + >ul { margin-top: 0; }