fix: center align checkboxes
This commit is contained in:
parent
09c1d84a45
commit
ae5708f9be
2 changed files with 1 additions and 4 deletions
|
|
@ -49,10 +49,6 @@
|
|||
align-items: unset;
|
||||
}
|
||||
|
||||
.input-area {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
.label-area {
|
||||
white-space: unset;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ table.user-perm {
|
|||
margin-bottom: var(--margin-sm);
|
||||
label {
|
||||
position: relative;
|
||||
align-items: center;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
margin-left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue