fix action button icon spacing

This commit is contained in:
Felix Niklas 2015-10-02 18:03:42 +02:00
parent 04794fd905
commit 8b9cd329ef

View file

@ -364,6 +364,10 @@ span[data-tooltip]:hover:before {
margin: -2px 5px 0 -2px; margin: -2px 5px 0 -2px;
fill: hsl(0,0%,60%); fill: hsl(0,0%,60%);
} }
.icon:only-child {
margin: 0;
}
&.btn--slim { &.btn--slim {
padding-left: 7px !important; padding-left: 7px !important;