You can add the following CSS to server\wwwroot\assets\css\styles.css
:
.ui-growl-message {
display: flex;
}
.ui-growl-title {
margin-right: 8px;
}
.ui-growl-message p {
white-space: pre-line;
}
It would then display \n
as new lines:
You can add the following CSS to server\wwwroot\assets\css\styles.css
:
.ui-growl-message {
display: flex;
}
.ui-growl-title {
margin-right: 8px;
}
.ui-growl-message p {
white-space: pre-line;
}
It would then display \n
as new lines: