Merge pull request #34202 from sokumon/center-align

fix: center align checkboxes
This commit is contained in:
Soham Kulkarni 2025-09-30 10:58:33 +05:30 committed by GitHub
commit 7d69afb9c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View file

@ -49,10 +49,6 @@
align-items: unset;
}
.input-area {
margin-top: 0.2rem;
}
.label-area {
white-space: unset;
}

View file

@ -28,6 +28,7 @@ table.user-perm {
margin-bottom: var(--margin-sm);
label {
position: relative;
align-items: center;
}
input[type="checkbox"] {
margin-left: 0;