Skip to content

Commit

Permalink
Specify a minimal size for the GenericIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Sep 14, 2023
1 parent 8b93599 commit a7de368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mini-widgets/GenericIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@click="showConfigurationMenu = !showConfigurationMenu"
>
<span class="relative w-[2rem] mdi icon-symbol" :class="[options.iconName]"></span>
<div class="flex flex-col items-start justify-center mx-1 select-none w-fit">
<div class="flex flex-col items-start justify-center mx-1 select-none w-fit min-w-[3rem]">
<div>
<span class="font-mono text-xl font-semibold leading-6 w-fit">{{ parsedState }}</span>
<span class="text-xl font-semibold leading-6 w-fit">
Expand Down

0 comments on commit a7de368

Please sign in to comment.