mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: text overflow
This commit is contained in:
parent
a88b4008ad
commit
cedb5d17cb
@ -14,7 +14,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.proxy-group-name {
|
.proxy-group-name {
|
||||||
display: flex;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user