Change the padding of icon-only buttons

So that they have the same height as buttons with
text
This commit is contained in:
gregoirenovel 2017-10-23 15:19:23 +02:00
parent 18ca9dfc5f
commit dc1615393b

View file

@ -93,8 +93,12 @@
} }
} }
&.icon-only .icon { &.icon-only {
margin-right: 0; padding: 9px 16px;
.icon {
margin-right: 0;
}
} }
} }