Merge pull request #4525 from matrix-org/dbkr/longtoast_is_no_longer_long

Reduce maximum width of toasts & allow multiple lines
pull/21833/head
David Baker 2020-04-29 18:08:15 +01:00 committed by GitHub
commit c58bb2af0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -91,9 +91,8 @@ limitations under the License.
}
.mx_Toast_description {
max-width: 400px;
max-width: 272px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 4px 0 11px 0;
font-size: $font-12px;