Skip to content

Commit

Permalink
Merge pull request #3454 from projectblacklight/backport-3444-css-bug…
Browse files Browse the repository at this point in the history
…fix-to-8

Backport: remove invalid CSS. Fixes #3444
  • Loading branch information
jcoyne authored Nov 22, 2024
2 parents 8619342 + 9b1aabc commit 529d598
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 @@ -39,16 +39,6 @@
}
}

.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 529d598

Please sign in to comment.