Merge branch 'bvl-fix-terms-top-margin' into 'master'

Remove top margin on the terms page with performance bar

Closes #46064

See merge request gitlab-org/gitlab-ce!18752
This commit is contained in:
Filipa Lacerda 2018-05-07 07:43:49 +00:00
commit 6a052a14e9
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
.terms {
.with-performance-bar & {
margin-top: 0;
}
.alert-wrapper {
min-height: $header-height + $gl-padding;
}