From 48da5b9b48f7fcadc1585ca73cff2915db961364 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 21 Mar 2024 18:33:03 +0700 Subject: [PATCH] fix button gaps --- components/ui/UiButtonGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/UiButtonGroup.vue b/components/ui/UiButtonGroup.vue index 0427ca3..ee66536 100644 --- a/components/ui/UiButtonGroup.vue +++ b/components/ui/UiButtonGroup.vue @@ -10,7 +10,7 @@ @import "@/assets/css/main.scss"; .buttons { - display: grid; + display: flex; gap: 16px; align-items: flex-start; justify-content: flex-start;