From 6169abe658fbdb82a44813f301d0a450ea92ccd0 Mon Sep 17 00:00:00 2001 From: holan20180123 Date: Wed, 4 Aug 2021 11:27:48 +0800 Subject: [PATCH] * Fix bug #14034. --- 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 eb2e06adff..435936a186 100644 --- a/module/doc/css/tablecontents.css +++ b/module/doc/css/tablecontents.css @@ -19,5 +19,5 @@ 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;} .tree li.has-list.open:before {content: unset;} -i.icon-file-text {color: #D0D2D6; font-size: 14px;} +#modules i.icon-file-text {color: #D0D2D6; font-size: 14px;} .tree li>a {max-width: 80%;}