Merge pull request #4528 from matrix-org/dbkr/longtoast_is_no_longer_long_rel
Reduce maximum width of toasts & allow multiple linespull/21833/head
						commit
						7af2d27ced
					
				|  | @ -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; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker