Commit 13659fe7 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'dz-fix-nav-block' into 'master'

Remove 1px whitespace between nav tabs and underline when form present
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

See merge request !3489
parents 09b7b766 ba0c9b86
...@@ -100,6 +100,7 @@ ...@@ -100,6 +100,7 @@
> form { > form {
display: inline-block; display: inline-block;
margin-top: -1px;
} }
.icon-label { .icon-label {
...@@ -110,7 +111,7 @@ ...@@ -110,7 +111,7 @@
height: 34px; height: 34px;
display: inline-block; display: inline-block;
position: relative; position: relative;
top: 1px; top: 2px;
margin-right: $gl-padding-top; margin-right: $gl-padding-top;
/* Medium devices (desktops, 992px and up) */ /* Medium devices (desktops, 992px and up) */
......
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