to hide button correctly

This commit is contained in:
Maxim Kadushkin 2017-06-30 17:53:29 +03:00
parent 2b96e7fdb0
commit 917452f4de

View file

@ -205,7 +205,7 @@
.btn-slot {
display: inline-block;
width: 20px;
height: 20px;
height: auto;
&:not(:first-child) {
margin-left: 1px;
@ -225,10 +225,6 @@
width: 22px;
height: 22px;
}
&.x-huge {
height: 45px;
}
}
}