Skip to content

Commit

Permalink
Merge pull request #1636 from yanCode/fix/css-chat-name
Browse files Browse the repository at this point in the history
fix: css on display chat names
  • Loading branch information
Yidadaa authored May 19, 2023
2 parents 7f13a8d + f8ef627 commit e5329dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
font-size: 14px;
font-weight: bolder;
display: block;
width: 200px;
width: calc(100% - 15px);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit e5329dc

Please sign in to comment.