Skip to content

Commit

Permalink
Update outdated checkbox css rules for Rights page
Browse files Browse the repository at this point in the history
In Bootstrap 5, the checkbox class becomes "form-check". This fixes the
issue that right names were not positioned to the end of rows.
  • Loading branch information
sunnavy committed Jan 12, 2024
1 parent 578a384 commit f7f1a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/static/css/elevator-light/rights-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
border: none;
}

.rights-editor .custom-checkbox label {
.rights-editor .form-check label {
width: 100%;
}

.rights-editor .custom-checkbox span.rightname {
.rights-editor .form-check span.rightname {
float: right;
}

Expand Down

0 comments on commit f7f1a29

Please sign in to comment.