Modal Window: Adjust styles for checkbox input (#5549)

This commit is contained in:
Alexander Zinchuk 2025-02-13 14:27:34 +01:00
parent 792f6be0f7
commit 9de7a95dcb
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
.Checkbox { .Checkbox {
position: relative; position: relative;
width: 100%;
min-height: 3rem; min-height: 3rem;
display: flex; display: flex;

View File

@ -200,7 +200,7 @@
} }
.dialog-checkbox { .dialog-checkbox {
margin: 1rem 0; margin: 1rem -1rem;
} }
.confirm-dialog-button { .confirm-dialog-button {