You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Put overflows back
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user