From af0257c0d7367d3dcfc5dfa1103ac502842806ad Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 14 Apr 2020 13:21:41 -0400 Subject: [PATCH] add spacing for .section that is next to .section__actions --- ui/scss/component/section.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scss/component/section.scss b/ui/scss/component/section.scss index ad5e6e6b3..82595198a 100644 --- a/ui/scss/component/section.scss +++ b/ui/scss/component/section.scss @@ -92,6 +92,10 @@ align-items: center; margin-top: var(--spacing-large); + ~ .section { + margin-top: var(--spacing-large); + } + &:only-child, &:first-child { margin-top: 0;