Fix alignment of label and checkbox on filter list screen

This commit is contained in:
y.yerli 2024-01-24 14:13:39 +03:00 committed by Jack Anderson
parent 3ef2d0ef3f
commit c71d3d80c9

View file

@ -27,6 +27,10 @@
.saved-search-container {
background-color: $lighter-salmon-pink;
.checkbox-field {
padding-top: 10px;
}
.radioenum-input label:before {
border: .06px solid $coral-pink;
}
@ -46,4 +50,8 @@
.radioenum {
padding-top: 3px;
}
.action-group-menu {
margin-top: -3px;
}
}