fix (notification): notification can extend the screen indefinitely

This commit is contained in:
Mickael Kerjean 2019-05-22 15:20:08 +10:00
parent f5f0f30cea
commit 085aa22b23

View file

@ -32,6 +32,9 @@
.message{
flex: 1 1 auto;
max-height: 92px;
max-width: 100%;
overflow: hidden;
}
.close{
.component_icon{