Merge branch '48549-markdown-header-code-does-not-have-the-correct-font-size' into 'master'

Resolve "Markdown header `code` does not have the correct font-size"

Closes #48549

See merge request gitlab-org/gitlab-ce!20229
This commit is contained in:
Clement Ho 2018-06-28 21:39:45 +00:00
commit 763e6549e7
2 changed files with 6 additions and 1 deletions

View file

@ -233,7 +233,7 @@ $md-area-border: #ddd;
/*
* Code
*/
$code_font_size: 12px;
$code_font_size: 90%;
$code_line_height: 1.6;
/*

View file

@ -0,0 +1,5 @@
---
title: fix size of code blocks in headings
merge_request:
author:
type: fixed