From 028b893345b8db9e0e70738df5eddbae4bedd795 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 29 Mar 2023 16:22:08 +0800 Subject: [PATCH] * Code for task #89485. --- module/doc/css/showfiles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/css/showfiles.css b/module/doc/css/showfiles.css index 91a534b8a9..8f12e83ed8 100644 --- a/module/doc/css/showfiles.css +++ b/module/doc/css/showfiles.css @@ -1,7 +1,7 @@ .c-id {width: 80px;} .c-source {width: 300px;} .c-size {width: 100px;} -.c-type {width: 70px;} +.c-type {width: 90px;} .flex {display: flex;} .flex-none {flex: none;}