Skip to content

Commit a55924a

Browse files
GiteaBotsilverwind
andauthored
Increase table cell horizontal padding (#26140) (#26142)
Backport #26140 by @silverwind Extract from #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>
1 parent 782b137 commit a55924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ a.label,
875875
.ui.table > thead > tr > th,
876876
.ui.table > tbody > tr > td,
877877
.ui.table > tr > td {
878-
padding: 6px 3px;
878+
padding: 6px 5px;
879879
}
880880
/* use more horizontal padding on first and last items for visuals */
881881
.ui.table > thead > tr > th:first-of-type,

0 commit comments

Comments
 (0)