Skip to content

Commit

Permalink
feat: make filter btn one line
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Oct 18, 2024
1 parent c099832 commit 9d30289
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</div>
<div
class="flex flex-row items-start gap-4 -ml-[2px] mt-2 justify-betwwen w-56"
[ngClass]="{ 'w-60': displayCount === searchConfig.length }"
>
@if(displayCount !== searchConfig.length) {
<button
Expand Down

0 comments on commit 9d30289

Please sign in to comment.