From e6ad43168587eaa4a6ae1f239df233bc88b723d4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Nov 2020 11:52:18 +0100 Subject: [PATCH] Fix notification width --- client/src/sass/primeng-custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index ed32a7b38..e93556623 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -876,6 +876,7 @@ p-toast { .p-toast { width: auto; max-width: 300px; + min-width: 200px; z-index: z(notification) !important; .p-toast-icon-close { @@ -924,6 +925,7 @@ p-toast { .notification-block { display: flex; align-items: center; + width: 100%; padding: 10px 20px; .message {