Commit d25b50fd authored by Robert Speicher's avatar Robert Speicher

Merge branch 'markdown-tabs-margin' into 'master'

Fix margin around Markdown Write/Preview tabs.

Reverts !1354 and uses another fix for #2585.

See merge request !1654
parents c93bc728 ab1b4936
...@@ -238,10 +238,6 @@ a > code { ...@@ -238,10 +238,6 @@ a > code {
@include md-typography; @include md-typography;
} }
.md-area {
@include md-typography;
}
.md { .md {
@include md-typography; @include md-typography;
} }
...@@ -252,6 +248,7 @@ a > code { ...@@ -252,6 +248,7 @@ a > code {
*/ */
textarea.js-gfm-input { textarea.js-gfm-input {
font-family: $monospace_font; font-family: $monospace_font;
color: $gl-text-color;
} }
.md-preview { .md-preview {
......
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