Use text align instead of float to position remove button

This commit is contained in:
leigh-mil 2019-08-15 13:54:06 -04:00
parent bf1932dccf
commit 16c764627e

View File

@ -107,6 +107,7 @@
&__action-group { &__action-group {
padding: 1rem 3.2rem; padding: 1rem 3.2rem;
background-color: $color-gray-lightest; background-color: $color-gray-lightest;
text-align: right;
button, button,
a { a {
@ -118,10 +119,6 @@
padding-top: 0.5rem; padding-top: 0.5rem;
float: none; float: none;
} }
> *:last-child {
float: right;
}
} }
&__toggler { &__toggler {