Break long words in pinned messages to prevent overflow (#7251)

pull/21833/head
Michael Telatynski 2021-12-01 17:22:43 +00:00 committed by GitHub
parent 3d4ece02e8
commit fb11779785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -87,4 +87,8 @@ limitations under the License.
}
}
}
.mx_EventTile_body {
word-break: break-word;
}
}