[FIX] Set list aesthetics

Ensure checkbox is always next to set titles, not above
This commit is contained in:
2021-09-12 11:48:28 +01:00
parent f8843e5626
commit 08cebc7ab5

View File

@@ -232,7 +232,7 @@ label {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: nowrap;
column-gap: 2px; column-gap: 2px;
} }