From df91b19a57ed2b9a81b04cae7bfb7cf76c9e19fa Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Wed, 1 Dec 2021 14:24:32 +0800 Subject: [PATCH 1/2] * Code for task #45101. --- module/doc/css/tablecontents.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index f6b8c1bac7..35c3fcb350 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; max-width:84%; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;} +.doc-title {display: inline-block !important; position: relative; padding-right: 10px; max-width:50%; 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%;} +.tree li>a {max-width: 50%;} From 8164998a64a4cc8df7166b64bb895dd9f9398f6f Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Wed, 1 Dec 2021 14:56:45 +0800 Subject: [PATCH 2/2] * Code task #45101. --- module/doc/css/tablecontents.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index 35c3fcb350..a864562332 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; max-width:50%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} +.doc-title ,.item{display: inline-block !important; position: relative; padding-right: 10px; max-width:80%; 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: 50%;} +.tree li>a {max-width: 80%;}