pref: fix text overflow
This commit is contained in:
parent
1e8ef91a72
commit
f15d1ddf72
|
@ -72,6 +72,12 @@ const handleClickTopic = (tid: number) => {
|
|||
|
||||
span {
|
||||
&:nth-child(1) {
|
||||
white-space: wrap;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
overflow: hidden;
|
||||
-webkit-box-orient: vertical;
|
||||
color: var(--kungalgame-blue-5);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue