wrap room name in room preview bar

This commit is contained in:
Bruno Windels 2020-03-13 13:59:56 +01:00
parent d6d686622c
commit b83c1d04e7

View file

@ -25,6 +25,9 @@ limitations under the License.
h3 { h3 {
font-size: 18px; font-size: 18px;
font-weight: 600; 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 { &.mx_RoomPreviewBar_spinnerTitle {
display: flex; display: flex;