Skip to content

Commit

Permalink
fix choices height
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Oct 7, 2024
1 parent fe80688 commit 131a293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpaceCreateVoting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ defineEmits<{
</template>
<template #info>
<span
class="hidden text-xs text-skin-text group-focus-within:block"
class="hidden text-xs text-skin-text whitespace-nowrap group-focus-within:block"
>
{{ `${element.text.length}/32` }}
</span>
Expand Down

0 comments on commit 131a293

Please sign in to comment.