align show label checkbox on baseline
This commit is contained in:
parent
696c24051f
commit
ff39902f12
|
@ -467,6 +467,7 @@
|
|||
}
|
||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--labels > label .qr--inputGroup {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 0.5em;
|
||||
}
|
||||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor > #qr--main > .qr--labels > label .qr--inputGroup input {
|
||||
|
|
|
@ -537,6 +537,7 @@
|
|||
}
|
||||
.qr--inputGroup {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 0.5em;
|
||||
input {
|
||||
flex: 1 1 auto;
|
||||
|
|
Loading…
Reference in New Issue