Adjust margin-top for checkboxes on the report pages

Apply it only to the checkboxes on the report pages, not to one on the orders page.
This commit is contained in:
drummer83
2025-02-16 17:42:43 +01:00
parent 5651687a25
commit 94f58d2f5e

View File

@@ -313,6 +313,12 @@ select {
background-color: white;
}
.rendering-options {
.inline-checkbox {
margin-top: 2px;
}
}
.inline-checkbox {
display: inline-flex;
align-items: center;