Skip to content

Commit

Permalink
fix(homepage): break long room title name (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Mar 5, 2021
1 parent 8071ca6 commit 60fe8b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
font-weight: 400;
color: #444e60;
margin-bottom: 8px;
word-break: break-all;
}

.room-list-cell-state {
Expand Down

0 comments on commit 60fe8b3

Please sign in to comment.