Fix notification width

pull/3377/head
Chocobozzz 2020-11-27 11:52:18 +01:00
parent 9b337d8c0f
commit e6ad431685
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -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 {