Merge pull request #4213 from matrix-org/bwindels/wraproomnameinpreviewbar
Wrap large room names when previewing thempull/21833/head
commit
d53134cb1e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue