Changed white sapce to normal in order to make longer notifications message visible.

This commit is contained in:
Aayush Rohila
2023-02-06 17:34:23 +05:30
parent 713320b01d
commit 414f40bde9

View File

@@ -69,3 +69,7 @@
padding: 0;
}
}
.mat-list-base .mat-list-item .mat-line {
white-space: normal;
}