wrap room name in room preview bar
This commit is contained in:
parent
d6d686622c
commit
b83c1d04e7
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue