[ACS-4593] Fixed issue with too long notification text in snackbar (#11152)

This commit is contained in:
AleksanderSklorz
2025-08-28 15:05:05 +02:00
committed by GitHub
parent bdeb8a8e51
commit b277a29f32

View File

@@ -9,9 +9,12 @@
display: flex; display: flex;
align-items: center; align-items: center;
margin: 0; margin: 0;
overflow-wrap: anywhere;
gap: 8px;
mat-icon { mat-icon {
margin-right: 8px; flex: 0 0 auto;
align-self: flex-start;
} }
} }