forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #1636 from yanCode/fix/css-chat-name
fix: css on display chat names
This commit is contained in:
commit
e5329dc28a
@ -176,7 +176,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
display: block;
|
display: block;
|
||||||
width: 200px;
|
width: calc(100% - 15px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user