Skip to content

Commit cbc8f7f

Browse files
committed
Merge branch 'dev'
2 parents da204a0 + 73b35dd commit cbc8f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/document/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
{{template "widgets/head.html" .}}
55
<style>
6-
.relate-bookname{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
6+
.relate-bookname{height: 40px; overflow: hidden; margin-bottom: 0px; text-overflow: ellipsis; display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
77
h4{font-weight: normal;font-size: 16px;color: #333;}
88
</style>
99
</head>

0 commit comments

Comments
 (0)