From a55924aaf48de3ae9c32e1910c62c2b7f6e4f0ad Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 25 Jul 2023 20:42:23 -0400 Subject: [PATCH] Increase table cell horizontal padding (#26140) (#26142) Backport #26140 by @silverwind Extract from https://github.com/go-gitea/gitea/pull/26043, just the padding increase. Before and After (hard to notice, but it's there): Screenshot 2023-07-25 at 19 37 12 Screenshot 2023-07-25 at 19 37 26 Co-authored-by: silverwind --- web_src/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/base.css b/web_src/css/base.css index a63dd6dab8..40f094fd24 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -875,7 +875,7 @@ a.label, .ui.table > thead > tr > th, .ui.table > tbody > tr > td, .ui.table > tr > td { - padding: 6px 3px; + padding: 6px 5px; } /* use more horizontal padding on first and last items for visuals */ .ui.table > thead > tr > th:first-of-type,