Adjust checkbox text alignment
This commit is contained in:
parent
738c1d82c4
commit
3632a01e36
|
@ -2539,7 +2539,7 @@ input[type="range"]::-webkit-slider-thumb {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 5px;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.auto_continue_settings_block {
|
||||
|
@ -3722,4 +3722,4 @@ a {
|
|||
height: 100vh;
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue