style: 看板概览文本溢出省略

This commit is contained in:
TsMask
2024-02-02 12:08:56 +08:00
parent 7bd21d9bf5
commit e6ea8641ed
2 changed files with 5 additions and 1 deletions

View File

@@ -139,6 +139,10 @@
width: 100%;
position: relative;
line-height: 2rem;
white-space: nowrap;
text-align: start;
text-overflow: ellipsis;
overflow: hidden;
}
.skim .inner .data .item span::before {
content: ' ';