change style in css file

This commit is contained in:
Blueagle 2023-02-28 09:13:16 +00:00
parent bc55b16c9c
commit 491fe98c15
2 changed files with 9 additions and 8 deletions

View file

@ -48,6 +48,15 @@
overflow: hidden;
}
.detail > span {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.row .link {
color: var(--gray900);
text-decoration: none;