Merge pull request #4213 from matrix-org/bwindels/wraproomnameinpreviewbar

Wrap large room names when previewing them
This commit is contained in:
Bruno Windels 2020-03-16 10:01:38 +00:00 committed by GitHub
commit d53134cb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@ limitations under the License.
h3 {
font-size: 18px;
font-weight: 600;
// break-word, with fallback to break-all, which is wider supported
word-break: break-all;
word-break: break-word;
&.mx_RoomPreviewBar_spinnerTitle {
display: flex;