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 {
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 {