Skip to content

Commit

Permalink
Merge pull request #3430 from projectblacklight/remove-unused-css
Browse files Browse the repository at this point in the history
Prune away unused CSS
  • Loading branch information
jcoyne authored Nov 6, 2024
2 parents fac80d1 + d7416f4 commit 6f6ad15
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/assets/stylesheets/blacklight/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
display: inline-block;
}

.search-input-group {
width: 80%;
}

@media (max-width: breakpoint-max(xs)) {
.search-input-group {
width: auto;
}
}

.modal_form {
margin-bottom: 0;
}

0 comments on commit 6f6ad15

Please sign in to comment.