align (i) better with text (+ checkbox less wide)

This commit is contained in:
KuhnChris 2023-02-14 22:06:15 +01:00
parent f14d2dd29e
commit 931aa78815
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@
// Text Label Style
+ span:not(.lever) {
position: relative;
padding-left: 35px;
padding-left: 27px;
cursor: pointer;
display: inline-block;
height: 25px;

View File

@ -27,3 +27,6 @@ html {
flex-grow: 1;
}
.help-text > i {
padding-right: 6px;
}