Skip to content
Snippets Groups Projects
Commit ab1b4936 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix margin around Markdown Write/Preview tabs.

parent 35618a3d
No related branches found
No related tags found
1 merge request!1654Fix margin around Markdown Write/Preview tabs.
Pipeline #
Loading
@@ -238,10 +238,6 @@ a > code {
Loading
@@ -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;
} }
Loading
@@ -252,6 +248,7 @@ a > code {
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment