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:
commit
6a052a14e9
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
.terms {
|
.terms {
|
||||||
|
.with-performance-bar & {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.alert-wrapper {
|
.alert-wrapper {
|
||||||
min-height: $header-height + $gl-padding;
|
min-height: $header-height + $gl-padding;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue