From bf1932dccf8d95d8be2b6f750da8e696ee7849c1 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 15 Aug 2019 13:46:41 -0400 Subject: [PATCH] Add padding around the text in remove button --- styles/components/_accordion_table.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/components/_accordion_table.scss b/styles/components/_accordion_table.scss index d9e740af..f4550262 100644 --- a/styles/components/_accordion_table.scss +++ b/styles/components/_accordion_table.scss @@ -119,10 +119,6 @@ float: none; } - > *:first-child { - padding-left: 0; - } - > *:last-child { float: right; }