Commit 9dc07975 authored by Jarek Ostrowski's avatar Jarek Ostrowski

Fix spacing of write and preview tabs md header

MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72809
parent 1d53200a
......@@ -82,11 +82,11 @@
.nav-links {
li.md-header-toolbar {
margin-left: auto;
display: none;
visibility: hidden;
padding-bottom: $gl-padding-8;
&.active {
display: block;
visibility: visible;
@include media-breakpoint-down(xs) {
flex: none;
......@@ -116,7 +116,7 @@
}
.md-preview-holder {
min-height: 167px;
min-height: 172px;
padding: 10px 0;
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