Commit 69855b27 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '66660-follow-up-change' into 'master'

For consistency do not use CSS calc for simple calculation of margin-top

See merge request gitlab-org/gitlab!67270
parents dddb8b27 2cfdc8e2
......@@ -36,7 +36,7 @@
}
.with-performance-bar .whats-new-drawer {
margin-top: calc(#{$performance-bar-height} + #{$header-height});
margin-top: $performance-bar-height + $header-height;
}
.with-system-header .whats-new-drawer {
......
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