Skip to content

Commit 5824361

Browse files
author
Hiram
committed
fix desc too long
1 parent 4c4de06 commit 5824361

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/Play.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,9 @@ const openMainWinEvent = () => {
21502150
padding: 12px 45px 9px 0;
21512151
color: hsla(0, 0%, 100%, 0.9);
21522152
font-weight: 400;
2153+
text-overflow: ellipsis;
2154+
white-space: nowrap;
2155+
overflow: hidden;
21532156
21542157
.rate {
21552158
color: var(--td-brand-color);

0 commit comments

Comments
 (0)