Small padding fix for buttons

pull/5742/merge
Aleksander Machniak 7 years ago
parent e1ad2a1936
commit 31907c3ff7

@ -102,7 +102,11 @@ button.btn {
}
}
a.btn,
button.btn {
// FIXME: Maybe button text (and icon) alignment requires some rework
padding-bottom: .5rem;
&:before {
display: inline !important;
float: none !important;

Loading…
Cancel
Save