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:
parent
3547e84a05
commit
04afd9d1e2
1 changed files with 4 additions and 0 deletions
|
@ -1318,6 +1318,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.markdown {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.filter.dropdown .menu {
|
||||
|
|
Reference in a new issue