Fix control alignment funkiness

This commit is contained in:
Cohee 2024-04-08 14:55:31 +03:00
parent 63cbfda9b1
commit c55181f955
2 changed files with 2 additions and 0 deletions

View File

@ -275,6 +275,7 @@
gap: 1em;
color: var(--grey70);
font-size: smaller;
align-items: baseline;
}
#dialogue_popup:has(#qr--modalEditor) #dialogue_popup_text > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > .qr--modal-editorSettings > .checkbox_label {
white-space: nowrap;

View File

@ -299,6 +299,7 @@
gap: 1em;
color: var(--grey70);
font-size: smaller;
align-items: baseline;
> .checkbox_label {
white-space: nowrap;
> input {