From 635b1d570cd902236772243a57cbcfe9110b833d Mon Sep 17 00:00:00 2001 From: Alexandr Wokalek Date: Tue, 27 Feb 2024 19:33:11 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20text-balance=20=D0=B4=D0=BB=D1=8F=20=D1=8D=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=20=D0=BA=D0=B0=D1=80=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt/src/components/Block/Map/Item.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt/src/components/Block/Map/Item.vue b/nuxt/src/components/Block/Map/Item.vue index 064d3eb..34e0603 100644 --- a/nuxt/src/components/Block/Map/Item.vue +++ b/nuxt/src/components/Block/Map/Item.vue @@ -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 }"