Browse Source

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.
tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
6fb088518a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_repository.less

+ 4
- 0
web_src/less/_repository.less View File

@@ -1318,6 +1318,10 @@
}
}
}

.markdown {
font-size: 14px;
}
}

.filter.dropdown .menu {


Loading…
Cancel
Save