Commit 763e6549 authored by Clement Ho's avatar Clement Ho

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
parents 9ad97abf cfda0a2f
...@@ -233,7 +233,7 @@ $md-area-border: #ddd; ...@@ -233,7 +233,7 @@ $md-area-border: #ddd;
/* /*
* Code * Code
*/ */
$code_font_size: 12px; $code_font_size: 90%;
$code_line_height: 1.6; $code_line_height: 1.6;
/* /*
......
---
title: fix size of code blocks in headings
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment