mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-15 13:50:56 +02:00
Fix inconsistent font size for markdown preview on new PR view (#11565)
We use same method for new issue form and issue view, but was missing from new PR view making it one place where markdown preview is inconsistent in font size.
This commit is contained in:
@@ -1318,6 +1318,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.markdown {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.filter.dropdown .menu {
|
||||
|
||||
Reference in New Issue
Block a user