align show label checkbox on baseline

This commit is contained in:
LenAnderson 2024-07-15 18:08:44 -04:00
parent 696c24051f
commit ff39902f12
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -537,6 +537,7 @@
}
.qr--inputGroup {
display: flex;
align-items: baseline;
gap: 0.5em;
input {
flex: 1 1 auto;