mirror of https://github.com/vector-im/riot-web
Put overflows back
parent
13d0e26ec4
commit
34d6eb591f
|
@ -92,6 +92,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_Toast_description {
|
.mx_Toast_description {
|
||||||
max-width: 272px;
|
max-width: 272px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
margin: 4px 0 11px 0;
|
margin: 4px 0 11px 0;
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue