Commit ab1b4936 authored by Douwe Maan's avatar Douwe Maan

Fix margin around Markdown Write/Preview tabs.

parent 35618a3d
...@@ -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