Skip to content

Commit

Permalink
fit text better on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Aug 26, 2024
1 parent 1245818 commit 5d6a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScoreButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{{ label }}
</template>
<template v-else-if="!singleRow">
<span class="text-2xl">{{ label }}</span>
<span class="text-base sm:text-2xl text-nowrap overflow-hidden">{{ label }}</span>
<br>
<span>{{ typeof value === 'number' ? numFmt(value) : value }}</span>
</template>
Expand Down

0 comments on commit 5d6a05e

Please sign in to comment.