mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Reduce maximum width of toasts & allow multiple lines
This commit is contained in:
parent
de9c8b0537
commit
ba233dc372
@ -91,10 +91,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_Toast_description {
|
||||
max-width: 400px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 272px;
|
||||
margin: 4px 0 11px 0;
|
||||
font-size: $font-12px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user