mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-30 06:23:13 +08:00
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.   Co-authored-by: Nikolay Kobzarev <n.kobzarev@aeronavigator.ru>
This commit is contained in:
@ -16,6 +16,6 @@
|
|||||||
|
|
||||||
.issue-card-title {
|
.issue-card-title {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user