mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
style(next): enforce left padding for radios and check boxes
This commit is contained in:
parent
a2a9bee7eb
commit
2773d560b9
@ -193,7 +193,7 @@ label:has(input[type="checkbox"]) {
|
||||
|
||||
label:has(input[type="radio"]),
|
||||
label:has(input[type="checkbox"]) {
|
||||
padding-left: 1.5em;
|
||||
padding-left: 1.5em !important;
|
||||
}
|
||||
|
||||
/* The original input */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user