Fix notification width
This commit is contained in:
parent
9b337d8c0f
commit
e6ad431685
|
@ -876,6 +876,7 @@ p-toast {
|
||||||
.p-toast {
|
.p-toast {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
min-width: 200px;
|
||||||
z-index: z(notification) !important;
|
z-index: z(notification) !important;
|
||||||
|
|
||||||
.p-toast-icon-close {
|
.p-toast-icon-close {
|
||||||
|
@ -924,6 +925,7 @@ p-toast {
|
||||||
.notification-block {
|
.notification-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
|
Loading…
Reference in New Issue