1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

icon in button min-width fix

This commit is contained in:
codecalm
2021-01-12 22:28:58 +01:00
parent afb9111ab4
commit 201a967dcf

View File

@@ -26,6 +26,7 @@
.icon { .icon {
width: $icon-size; width: $icon-size;
height: $icon-size; height: $icon-size;
min-width: $icon-size;
margin: 0 .5rem 0; margin: 0 .5rem 0;
margin-inline-start: -.25rem; margin-inline-start: -.25rem;
vertical-align: bottom; vertical-align: bottom;