From 20646673568f5c34f40432deb0f778355e2d42db Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 18 Sep 2018 09:41:58 -0400 Subject: [PATCH] Add a gap between expanded projects --- styles/sections/_reports.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index 732fa94b..611e28cb 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -280,6 +280,13 @@ .spend-table__project__env { margin-left: $gap; + + &:last-child { + td, th { + padding-bottom: $gap * 5; + box-shadow: inset 0 (-$gap * 2.5) 0 $color-gray-lightest; + } + } } } }