Merge pull request #337 from kuhnchris/align-checkboxtext

align (i) better with text (+ checkbox less wide)
This commit is contained in:
meeb 2023-02-15 11:56:56 +11:00 committed by GitHub
commit dd05595558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

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

View File

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