9 lines
122 B
CSS
9 lines
122 B
CSS
.p-confirmdialog,
|
|
.p-toast {
|
|
max-width: calc(100% - 50px);
|
|
}
|
|
|
|
.p-toast .p-toast-message-text {
|
|
margin-top: -0.2rem;
|
|
}
|