From b792dde7cb5aae7fbf4f50192ed1e61f800f0e77 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 19 Apr 2026 19:14:15 +0300 Subject: [PATCH] fix(FontList): overwrite css rule --- src/widgets/ComparisonView/ui/FontList/FontList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/ComparisonView/ui/FontList/FontList.svelte b/src/widgets/ComparisonView/ui/FontList/FontList.svelte index 5471d8d..747739a 100644 --- a/src/widgets/ComparisonView/ui/FontList/FontList.svelte +++ b/src/widgets/ComparisonView/ui/FontList/FontList.svelte @@ -91,7 +91,7 @@ $effect(() => { variant="tertiary" {active} onclick={() => handleSelect(font, index)} - class="w-full px-3 md:px-4 py-2.5 md:py-3 justify-between text-left text-sm flex" + class="w-full px-3 md:px-4 py-2.5 md:py-3 flex !justify-between text-left text-sm" iconPosition="right" > {font.name}