From 4e005ad98c2a2089bc17072ee1b0b418df3c530f Mon Sep 17 00:00:00 2001 From: Montana Date: Fri, 7 Jun 2019 09:42:28 -0400 Subject: [PATCH] Fix totals box background height --- styles/sections/_task_order.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 070fe475..7a0186b4 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -113,7 +113,7 @@ margin-left: $gap * 6; margin-top: $gap * 3; width: 33.77%; - max-height: 45rem; + height: fit-content; background-color: $color-gray-lightest; }