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

This commit is contained in:
Aayush Rohila
2023-02-24 14:29:25 +05:30
parent 713320b01d
commit 414f40bde9
@@ -69,3 +69,7 @@
padding: 0;
}
}
.mat-list-base .mat-list-item .mat-line {
white-space: normal;
}