From 40744f897675012daa08ac45af99ea177fdcaf1f Mon Sep 17 00:00:00 2001 From: HesterG Date: Tue, 27 Jun 2023 04:20:22 +0800 Subject: [PATCH] Allow change line of admin-dl-horizontal dt (#25508) (#25516) As https://github.com/go-gitea/gitea/pull/25515#issuecomment-1606626886 says, still need this backport Close #25389 After: Screen Shot 2023-06-26 at 11 00 12 admin/dashboard: Screen Shot 2023-06-26 at 10 59 51 Co-authored-by: Giteabot --- web_src/css/admin.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/web_src/css/admin.css b/web_src/css/admin.css index 792b76d3e2..0a2a88f143 100644 --- a/web_src/css/admin.css +++ b/web_src/css/admin.css @@ -35,9 +35,6 @@ font-weight: var(--font-weight-semibold); width: 220px; margin-right: 5px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } @media (max-width: 767.98px) {