1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Fix room name not wrapping in summary card

This commit is contained in:
Michael Telatynski
2021-05-19 17:12:25 +01:00
parent b252005778
commit abd290938a

View File

@@ -36,6 +36,7 @@ limitations under the License.
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre-wrap;
}
.mx_RoomSummaryCard_avatar {