Use text align instead of float to position remove button
This commit is contained in:
parent
bf1932dccf
commit
16c764627e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user