Skip to content

Commit

Permalink
fix: add gap between number of rules and view switcher (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
rakleed and antfu authored Dec 10, 2024
1 parent 24ce941 commit a3c4a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function resetFilters() {
</div>
</div>

<div items-center justify-between md:flex>
<div items-center justify-between gap-2 md:flex>
<div flex="~ gap-2" lt-sm:flex-col>
<div
flex="~ inline gap-2 items-center"
Expand Down

0 comments on commit a3c4a7a

Please sign in to comment.