mirror of https://github.com/vector-im/riot-web
Reduce maximum width of toasts & allow multiple lines
parent
dfb34a2e76
commit
13d0e26ec4
|
@ -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