Merge pull request #1636 from yanCode/fix/css-chat-name

fix: css on display chat names
This commit is contained in:
Yifei Zhang 2023-05-19 22:22:28 +08:00 committed by GitHub
commit e5329dc28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;