Merge pull request #4650 from JorikSchellekens/joriks/fix-irc-codeblocks

Fix lines overflowing room list width
pull/21833/head
Jorik Schellekens 2020-05-27 17:03:53 +01:00 committed by GitHub
commit d534ca0e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ $irc-line-height: $font-18px;
flex-direction: column;
order: 3;
flex-grow: 1;
flex-shrink: 1;
min-width: 0;
}
> .mx_EventTile_avatar {