1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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 {
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;