Commit e2fa66f3 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'fix-write-preview-md-header-tab-spacing' into 'master'

Fix spacing when going between write and preview tabs in markdown header

See merge request gitlab-org/gitlab!72809
parents 7426dcb7 9dc07975
...@@ -82,11 +82,11 @@ ...@@ -82,11 +82,11 @@
.nav-links { .nav-links {
li.md-header-toolbar { li.md-header-toolbar {
margin-left: auto; margin-left: auto;
display: none; visibility: hidden;
padding-bottom: $gl-padding-8; padding-bottom: $gl-padding-8;
&.active { &.active {
display: block; visibility: visible;
@include media-breakpoint-down(xs) { @include media-breakpoint-down(xs) {
flex: none; flex: none;
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
} }
.md-preview-holder { .md-preview-holder {
min-height: 167px; min-height: 172px;
padding: 10px 0; padding: 10px 0;
overflow-x: auto; overflow-x: auto;
} }
......
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