mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Break long words in pinned messages to prevent overflow (#7251)
This commit is contained in:
parent
3d4ece02e8
commit
fb11779785
@ -87,4 +87,8 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile_body {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user