diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index b51a81eb1..881f3ff31 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -91,8 +91,3 @@ footer { height: $footer-height; justify-content: center; } - -simple-notifications { - position: relative; - z-index: 1500; -} diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 8b3e0b813..05db2a2cb 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -328,6 +328,8 @@ p-toast { display: flex; .message { + flex-grow: 1; + h3 { font-size: 21px; }