Skip to content

Commit

Permalink
Remove unused css classes checkboxinput/input-align
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 19, 2024
1 parent c4199d2 commit b6f4d7a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions python/nav/web/sass/nav/custom.scss
Original file line number Diff line number Diff line change
@@ -331,17 +331,6 @@ form label .fa {
line-height: 1.5em;
}


/* This will align the label from crispy forms to the right of the checkbox */
.checkboxinput + label {
display: inline-block;
}

/* This will try to center the checkbox vertically when adjacent to input fields */
.checkboxinput.input-align {
margin: 1.5em 0.2em 1.5em 0.2em;
}

/* Limit the vertical size of an element and display a scroll-bar instead */
.limit-size {
max-height: 200px;

0 comments on commit b6f4d7a

Please sign in to comment.