Skip to content

Commit

Permalink
fix: prevent filter from stretching endlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Nov 5, 2024
1 parent 8307028 commit 3d291b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Filter/Filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
margin-right: auto;
border: 1px solid black;
padding-top: 4%;
max-height: fit-content;
height: fit-content;
}

.filter-group {
Expand Down

0 comments on commit 3d291b5

Please sign in to comment.