From d7cd913881d615db9cb47d190cfbb4424c2854b3 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 6 Aug 2019 09:55:00 -0400 Subject: [PATCH] Remove list-style-type because it was causing the li to render without any height --- styles/components/_accordion_table.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/components/_accordion_table.scss b/styles/components/_accordion_table.scss index fbc44cbe..d9e740af 100644 --- a/styles/components/_accordion_table.scss +++ b/styles/components/_accordion_table.scss @@ -46,7 +46,6 @@ margin: 0; li { - list-style-type: none; font-weight: $font-bold; border-bottom: 1px solid $color-gray-lightest; margin: 0;