Skip to content

Commit e5329dc

Browse files
authored
Merge pull request ChatGPTNextWeb#1636 from yanCode/fix/css-chat-name
fix: css on display chat names
2 parents 7f13a8d + f8ef627 commit e5329dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/home.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
font-size: 14px;
177177
font-weight: bolder;
178178
display: block;
179-
width: 200px;
179+
width: calc(100% - 15px);
180180
overflow: hidden;
181181
text-overflow: ellipsis;
182182
white-space: nowrap;

0 commit comments

Comments
 (0)