QR label alignment/wrapping

This commit is contained in:
Wolfsblvt
2024-07-30 20:51:55 +02:00
parent 023bd840fa
commit 7c27211bc9
3 changed files with 18 additions and 1 deletions

View File

@@ -368,6 +368,7 @@
#qr--qrOptions {
display: flex;
flex-direction: column;
padding-right: 1px;
>#qr--ctxEditor {
.qr--ctxItem {
@@ -377,6 +378,15 @@
align-items: baseline;
}
}
>#qr--autoExec {
.checkbox_label {
text-wrap: nowrap;
.fa-fw {
margin-right: 2px;
}
}
}
}