Fix room name not wrapping in summary card

pull/21833/head
Michael Telatynski 2021-05-19 17:12:25 +01:00
parent b252005778
commit abd290938a
1 changed files with 1 additions and 0 deletions

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 {