From 16c764627ec04f946cbb569e22c712f124e91592 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 15 Aug 2019 13:54:06 -0400 Subject: [PATCH] Use text align instead of float to position remove button --- styles/components/_accordion_table.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/styles/components/_accordion_table.scss b/styles/components/_accordion_table.scss index f4550262..5c3f3802 100644 --- a/styles/components/_accordion_table.scss +++ b/styles/components/_accordion_table.scss @@ -107,6 +107,7 @@ &__action-group { padding: 1rem 3.2rem; background-color: $color-gray-lightest; + text-align: right; button, a { @@ -118,10 +119,6 @@ padding-top: 0.5rem; float: none; } - - > *:last-child { - float: right; - } } &__toggler {