mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-03 22:33:08 +01:00
fix (notification): notification can extend the screen indefinitely
This commit is contained in:
parent
f5f0f30cea
commit
085aa22b23
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@
|
|||
|
||||
.message{
|
||||
flex: 1 1 auto;
|
||||
max-height: 92px;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.close{
|
||||
.component_icon{
|
||||
|
|
|
|||
Loading…
Reference in a new issue