Skip to content

Commit

Permalink
fix: update styles (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
NightMingGit authored Jul 26, 2023
1 parent e1359c4 commit 811639d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Home/components/ChatList/MsgItem/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
margin-bottom: 2px;
overflow: hidden;
font-size: 13px;
line-height: normal; // 修复文件名截断问题
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
Expand Down

0 comments on commit 811639d

Please sign in to comment.