mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 22:38:03 +08:00
增加 链接名称超出部分隐藏
This commit is contained in:
parent
117d813ba6
commit
be28d61810
@ -438,11 +438,15 @@ svg.icon {
|
|||||||
|
|
||||||
.mylist li.col-3 span {
|
.mylist li.col-3 span {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
|
||||||
height: 26px;
|
height: 26px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
word-break:break-all;
|
||||||
|
display:-webkit-box;
|
||||||
|
-webkit-line-clamp:1;
|
||||||
|
-webkit-box-orient:vertical;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mylist li a {
|
.mylist li a {
|
||||||
|
Loading…
Reference in New Issue
Block a user