Skip to content

Commit

Permalink
chore: add flex-none
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jul 2, 2024
1 parent c3f9587 commit cb76b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/NatureApplianceControlAC.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
>
<UButton
:aria-label="sliderUpButtonData.label"
class="rounded-full"
class="flex-none rounded-full"
size="sm"
:color="isON ? 'primary' : 'gray'"
variant="ghost"
Expand All @@ -121,7 +121,7 @@
/>
<UButton
:aria-label="sliderDownButtonData.label"
class="rounded-full"
class="flex-none rounded-full"
size="sm"
:color="isON ? 'primary' : 'gray'"
variant="ghost"
Expand Down

0 comments on commit cb76b7e

Please sign in to comment.