Skip to content

Commit f7f1a29

Browse files
committed
Update outdated checkbox css rules for Rights page
In Bootstrap 5, the checkbox class becomes "form-check". This fixes the issue that right names were not positioned to the end of rows.
1 parent 578a384 commit f7f1a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/static/css/elevator-light/rights-editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
border: none;
44
}
55

6-
.rights-editor .custom-checkbox label {
6+
.rights-editor .form-check label {
77
width: 100%;
88
}
99

10-
.rights-editor .custom-checkbox span.rightname {
10+
.rights-editor .form-check span.rightname {
1111
float: right;
1212
}
1313

0 commit comments

Comments
 (0)