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):
<img width="427" alt="Screenshot 2023-07-25 at 19 37 12"
src="https://github.com/go-gitea/gitea/assets/115237/9543dcda-eccb-4739-b7dd-06b076108ab4">
<img width="420" alt="Screenshot 2023-07-25 at 19 37 26"
src="https://github.com/go-gitea/gitea/assets/115237/0a9c3724-81a1-4c67-a13b-4b728a51fc3a">

Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit a55924aaf4)
This commit is contained in:
Giteabot 2023-07-25 20:42:23 -04:00 committed by Earl Warren
parent f4a8f10f64
commit 016162f2a3
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -875,7 +875,7 @@ a.label,
.ui.table > thead > tr > th, .ui.table > thead > tr > th,
.ui.table > tbody > tr > td, .ui.table > tbody > tr > td,
.ui.table > tr > td { .ui.table > tr > td {
padding: 6px 3px; padding: 6px 5px;
} }
/* use more horizontal padding on first and last items for visuals */ /* use more horizontal padding on first and last items for visuals */
.ui.table > thead > tr > th:first-of-type, .ui.table > thead > tr > th:first-of-type,