From b0130b04ef7c787696338735f6358486aa10e201 Mon Sep 17 00:00:00 2001 From: montana Date: Tue, 18 Jun 2019 11:26:22 -0400 Subject: [PATCH] Use display: table instead of height: fit-content --- 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 85502a11..f031d317 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -64,7 +64,7 @@ margin-left: $gap * 6; margin-top: $gap * 3; width: 35%; - height: fit-content; + display: table; background-color: $color-gray-lightest; }