diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 2e288f05c5ff2..f01fbf360d5df 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -113,12 +113,15 @@ a.loading-onebox { aside.onebox { @include onebox-shadow(4px); - margin-top: 4px; margin-bottom: 1em; padding: 1em; font-size: var(--font-0); background: var(--secondary); + &:first-child { + margin-top: 4px; + } + header { align-items: center; display: flex;