mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
[ACS-4593] Fixed issue with too long notification text in snackbar (#11152)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user