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; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: pre-wrap;
} }
.mx_RoomSummaryCard_avatar { .mx_RoomSummaryCard_avatar {