Skip to content

Commit

Permalink
feat: Добавил text-balance для элемента карты
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalek committed Feb 27, 2024
1 parent 8c14517 commit 635b1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/src/components/Block/Map/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:target="isExternalLink ? '_blank' : null"
class="item
p-16-8
relative flex flex-col justify-center items-center select-none text-center
relative flex flex-col justify-center items-center select-none text-center text-balance
border-1-1 border-gray-6 dark:border-gray-2
"
:class="{ 'disabled': isDisabled }"
Expand Down

0 comments on commit 635b1d5

Please sign in to comment.