Skip to content

Commit e62ea96

Browse files
silverwindGiteaBot
andauthored
Increase table cell horizontal padding (#26140)
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: Giteabot <[email protected]>
1 parent c7f6e9f commit e62ea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ a.label,
883883
.ui.table > thead > tr > th,
884884
.ui.table > tbody > tr > td,
885885
.ui.table > tr > td {
886-
padding: 6px 3px;
886+
padding: 6px 5px;
887887
}
888888
/* use more horizontal padding on first and last items for visuals */
889889
.ui.table > thead > tr > th:first-of-type,

0 commit comments

Comments
 (0)