From dcc3fd93310cb9165e5b52771b4ce758659798bc Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 18 Apr 2023 13:32:51 +0800 Subject: [PATCH] * fix bug #34278. --- module/doc/view/lefttree.html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index 1118d69ecd..5833598ff8 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -8,8 +8,7 @@ #main {margin-bottom: 0;} /* css for mian */ -#mainContent > #sideBar {flex: 0 0 150px; overflow-x: auto; padding-right: 5px;} -[lang^=zh] #mainContent > #sideBar {flex: 0 0 180px;} +#mainContent > #sideBar {flex: 0 0 180px; overflow-x: auto; padding-right: 5px;} /* css for tree */ #fileTree .title {font-size: 16px; height: 20px; margin-top: 5px; margin-bottom: 5px;}