* Fix groupcase view css.

This commit is contained in:
Yagami
2018-09-25 09:06:00 +08:00
parent 84262dfaea
commit ce80ed9c4e
4 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
.group-header > a {line-height: 20px; display: block; max-height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.case-title{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}