0b73135a8c
* Fixed overflowing text of flash message container * Added changelog
17 lines
251 B
SCSS
17 lines
251 B
SCSS
.global-flash {
|
|
bottom: 0;
|
|
left: $spacing-s;
|
|
margin: 10px;
|
|
max-width: $drawer-width;
|
|
position: fixed;
|
|
width: 95%;
|
|
z-index: 300;
|
|
|
|
.message {
|
|
box-shadow: $box-shadow-high;
|
|
.message-body {
|
|
word-break: break-all;
|
|
}
|
|
}
|
|
}
|