mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Feature: proxy name can display with 2 lines
This commit is contained in:
parent
d1ab267792
commit
9caf8d85c8
@ -20,14 +20,14 @@
|
||||
}
|
||||
|
||||
.proxy-name {
|
||||
max-height: 30px;
|
||||
display: -webkit-box;
|
||||
margin-top: 10px;
|
||||
color: $color-primary-darken;
|
||||
font-size: 10px;
|
||||
overflow: hidden;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.proxy-delay {
|
||||
|
Loading…
x
Reference in New Issue
Block a user