aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/sass/primeng-custom.scss2
1 files changed, 2 insertions, 0 deletions
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 {
876 .p-toast { 876 .p-toast {
877 width: auto; 877 width: auto;
878 max-width: 300px; 878 max-width: 300px;
879 min-width: 200px;
879 z-index: z(notification) !important; 880 z-index: z(notification) !important;
880 881
881 .p-toast-icon-close { 882 .p-toast-icon-close {
@@ -924,6 +925,7 @@ p-toast {
924 .notification-block { 925 .notification-block {
925 display: flex; 926 display: flex;
926 align-items: center; 927 align-items: center;
928 width: 100%;
927 padding: 10px 20px; 929 padding: 10px 20px;
928 930
929 .message { 931 .message {