Merge branch '33363-user-customize-callout-has-no-top-margin-on-projects-page' into 'master'
Resolve "User customize callout has no top-margin on projects page" Closes #33592 and #33363 See merge request !12090
This commit is contained in:
commit
d5b83afc7b
3 changed files with 2 additions and 4 deletions
|
@ -254,7 +254,7 @@
|
|||
}
|
||||
|
||||
.landing {
|
||||
margin-bottom: $gl-padding;
|
||||
margin: $gl-padding auto;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
position: relative;
|
||||
|
||||
.landing {
|
||||
margin-top: 10px;
|
||||
margin-top: 0;
|
||||
|
||||
.inner-content {
|
||||
white-space: normal;
|
||||
|
|
|
@ -90,8 +90,6 @@
|
|||
}
|
||||
|
||||
.explore-groups.landing {
|
||||
margin-top: 10px;
|
||||
|
||||
.inner-content {
|
||||
padding: 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue