From e2f851af506166f0cf84648eec2d65c56c9f8a91 Mon Sep 17 00:00:00 2001 From: sunhao Date: Fri, 16 Aug 2024 14:12:24 +0800 Subject: [PATCH] * [ui] remove extra padding from file list in doc view. --- module/doc/ui/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/ui/view.html.php b/module/doc/ui/view.html.php index 08254171d2..6f2d440f71 100644 --- a/module/doc/ui/view.html.php +++ b/module/doc/ui/view.html.php @@ -240,7 +240,7 @@ $contentDom = div div ( setID('docFile'), - $doc->files ? setClass('surface px-4 pt-4 pb-2 rounded mb-4') : null, + $doc->files ? setClass('surface px-4 pb-2 rounded mb-4') : null, $doc->files ? fileList ( setClass('bg-transparent'),