diff --git a/index.html b/index.html index b5cf39c..8123fe3 100644 --- a/index.html +++ b/index.html @@ -147,7 +147,7 @@ display: flex; align-items: center; gap: 8px; - padding-top: 20px; + padding: 0; } .checkbox-group label { font-size: 0.82rem; @@ -155,7 +155,7 @@ text-transform: none; letter-spacing: 0; color: var(--text); - white-space: nowrap; + white-space: normal; } .checkbox-group input[type="checkbox"] { width: 16px; @@ -523,14 +523,16 @@