1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Fix word wrap in space descriptions

This commit is contained in:
Michael Telatynski
2021-06-14 22:18:02 +01:00
parent 91df392a2a
commit f8eea2ae23

View File

@@ -328,7 +328,8 @@ $SpaceRoomViewInnerWidth: 428px;
font-size: $font-15px;
margin-top: 12px;
margin-bottom: 16px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
> hr {