Skip to content

Commit 2de05f9

Browse files
authored
Decrease issue font size in project template (#28054)
I propose to decrease font size. 18 is too big and looks ugly, on windows. 14 is on par with other elements and save a bit of space. ![image](https://github.com/go-gitea/gitea/assets/13328513/bc41f65d-8f48-4fd9-8e3b-d7a73967b0aa) ![image](https://github.com/go-gitea/gitea/assets/13328513/70e78919-9b9b-4f57-a491-d746ea59c048) Co-authored-by: Nikolay Kobzarev <[email protected]>
1 parent 0bf021d commit 2de05f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo/issue-card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
.issue-card-title {
1818
flex: 1;
19-
font-size: 18px;
19+
font-size: 14px;
2020
margin-left: 4px;
2121
}

0 commit comments

Comments
 (0)