fix: layout of checkboxes in print sidebar
This commit is contained in:
parent
6da35eca45
commit
88ba015775
1 changed files with 9 additions and 1 deletions
|
|
@ -45,8 +45,16 @@
|
|||
.layout-side-section.print-preview-sidebar {
|
||||
padding-right: var(--padding-md);
|
||||
|
||||
.checkbox label {
|
||||
align-items: unset;
|
||||
}
|
||||
|
||||
.input-area {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
.label-area {
|
||||
white-space: nowrap;
|
||||
white-space: unset;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue