Skip to content

Commit

Permalink
fix search form flex-basis
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Jan 27, 2025
1 parent f1c7cdb commit 2dd2c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/css/components/search.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.search {
.form {
flex-wrap: wrap;
}

&__field {
flex-grow: 1;
}
.form__field {
flex-grow: 1;
}

:is(.form, .form__field) {
Expand Down

0 comments on commit 2dd2c01

Please sign in to comment.