Fix control alignment funkiness
This commit is contained in:
parent
63cbfda9b1
commit
c55181f955
|
@ -275,6 +275,7 @@
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
color: var(--grey70);
|
color: var(--grey70);
|
||||||
font-size: smaller;
|
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 {
|
#dialogue_popup:has(#qr--modalEditor) #dialogue_popup_text > #qr--modalEditor > #qr--main > .qr--modal-messageContainer > .qr--modal-editorSettings > .checkbox_label {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
color: var(--grey70);
|
color: var(--grey70);
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
|
align-items: baseline;
|
||||||
> .checkbox_label {
|
> .checkbox_label {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
> input {
|
> input {
|
||||||
|
|
Loading…
Reference in New Issue