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