From ff0b8d0c9c609c579ed077225aefd29757f12c62 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Wed, 1 Dec 2021 13:01:54 +0800 Subject: [PATCH] * Finish task #45101. --- module/doc/css/tablecontents.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index 85629dedfd..f6b8c1bac7 100644 --- a/module/doc/css/tablecontents.css +++ b/module/doc/css/tablecontents.css @@ -16,7 +16,7 @@ span.item>a {padding-left: 6px;} span.dotted-line+a {display: block;} #modules li.doc:before, .chapterNode:before, .independent:before {content: " "; width: 100%; border-bottom: 1px dashed #b5b9c5; position: absolute; top: 13px; right: 0; left: 30px;} -.doc-title {display: inline-block !important; position: relative; padding-right: 10px;} +.doc-title {display: inline-block !important; position: relative; padding-right: 10px; max-width:84%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;} .tree li.has-list.open:before {content: unset;} #modules i.icon-file-text {color: #D0D2D6; font-size: 14px;} .tree li>a {max-width: 80%;}