We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da204a0 + 73b35dd commit cbc8f7fCopy full SHA for cbc8f7f
views/document/intro.html
@@ -3,7 +3,7 @@
3
<head>
4
{{template "widgets/head.html" .}}
5
<style>
6
- .relate-bookname{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
+ .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;}
7
h4{font-weight: normal;font-size: 16px;color: #333;}
8
</style>
9
</head>
0 commit comments