Skip to content

Commit

Permalink
Decrease issue font size in project template (#28054)
Browse files Browse the repository at this point in the history
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 <n.kobzarev@aeronavigator.ru>
  • Loading branch information
KazzmanK and KazzmanK authored Nov 19, 2023
1 parent 0bf021d commit 2de05f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/repo/issue-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

.issue-card-title {
flex: 1;
font-size: 18px;
font-size: 14px;
margin-left: 4px;
}

0 comments on commit 2de05f9

Please sign in to comment.