From 2f1fc7dadda08656c10ccfeff8fbdff3324d1373 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 20 Oct 2022 17:22:05 +0200 Subject: [PATCH] Toast Notification: Fix button size (#2081) --- src/components/ui/Notification.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/Notification.scss b/src/components/ui/Notification.scss index 2adb7ef13..07a09783f 100644 --- a/src/components/ui/Notification.scss +++ b/src/components/ui/Notification.scss @@ -61,8 +61,8 @@ color: var(--color-primary); font-weight: 500; text-transform: none; - flex-shrink: 1; - padding: 0.25rem; + margin: 0 0.5rem; height: 2rem; + width: auto; } }