diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-05-07 07:43:49 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-05-07 07:43:49 +0000 |
commit | 6a052a14e938ef073977afd808dd12a801f44369 (patch) | |
tree | da7e4bbf129927835bfd8628e98acc8bbe3d81b6 | |
parent | 5116b59fb33e5a4520c42a788e80bc8b76f0008f (diff) | |
parent | 29bf71843e013acf2db5b96e6ffff461a2cace99 (diff) | |
download | gitlab-ce-6a052a14e938ef073977afd808dd12a801f44369.tar.gz |
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
-rw-r--r-- | app/assets/stylesheets/framework/terms.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/terms.scss b/app/assets/stylesheets/framework/terms.scss index dadfaf1c3f9..16293d32dfa 100644 --- a/app/assets/stylesheets/framework/terms.scss +++ b/app/assets/stylesheets/framework/terms.scss @@ -1,4 +1,8 @@ .terms { + .with-performance-bar & { + margin-top: 0; + } + .alert-wrapper { min-height: $header-height + $gl-padding; } |