mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Put overflows back
This commit is contained in:
parent
ba233dc372
commit
189a78d184
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ limitations under the License.
|
|||
|
||||
.mx_Toast_description {
|
||||
max-width: 272px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin: 4px 0 11px 0;
|
||||
font-size: $font-12px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue