Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@
.room-name {
display: block;

flex-grow: 1;

/* Limit the room name to the container width and prevent it from
* wrapping the full label when using a flex display; this is needed for
* the edit button and the ellipsis in the name to work as expected. */
Expand Down