Skip to content

Commit

Permalink
FIX: Correctly disappear search button icon on wide screens (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Nov 14, 2023
1 parent a17ff44 commit 8b40c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Rules to switch off visibility of the field button and the header button
@media (min-width: $breakpoint-lg) {
.search-button {
display: none;
display: none !important;
}

.search-button-field {
Expand Down

0 comments on commit 8b40c4e

Please sign in to comment.