prevent overflow of command results

This commit is contained in:
LenAnderson 2024-05-15 09:51:23 -04:00
parent 87b61f7cff
commit b6f47c9927
2 changed files with 6 additions and 0 deletions

View File

@ -209,6 +209,10 @@
justify-content: center;
padding-bottom: 0.5em;
}
#qr--qrOptions {
display: flex;
flex-direction: column;
}
#qr--qrOptions > #qr--ctxEditor .qr--ctxItem {
display: flex;
flex-direction: row;

View File

@ -229,6 +229,8 @@
#qr--qrOptions {
display: flex;
flex-direction: column;
> #qr--ctxEditor {
.qr--ctxItem {
display: flex;