Skip to content

Commit

Permalink
Fix fontsize of blockquotes in markdown, elastic#12904
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Aug 15, 2017
1 parent 9558d73 commit cf1521f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core_plugins/markdown_vis/public/github_markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
}

.markdown-body blockquote {
font-size: 1em;
padding: 0 1em;
color: @globalColorDarkGray;
border-left: 0.25em solid @globalColorLightGray;
Expand Down

0 comments on commit cf1521f

Please sign in to comment.