Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4650 from JorikSchellekens/joriks/fix-irc-codeblocks
Browse files Browse the repository at this point in the history
Fix lines overflowing room list width
  • Loading branch information
JorikSchellekens authored May 27, 2020
2 parents 8bac26c + 792859b commit d534ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/rooms/_IRCLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d534ca0

Please sign in to comment.