Fix margin around Markdown Write/Preview tabs.
This commit is contained in:
parent
35618a3dff
commit
ab1b4936f4
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||||
*/
|
*/
|
||||||
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…
Reference in a new issue