add width to expand icon so we can click on it easier

This commit is contained in:
Sergio Crisostomo 2017-10-14 09:47:33 +02:00
parent 7053de4e78
commit 94d177cc83

View file

@ -38,7 +38,10 @@
} }
&-arrow{ &-arrow{
cursor: pointer; cursor: pointer;
i{ width: 12px;
text-align: center;
display: inline-block;
i {
transition: all @transition-time @ease-in-out; transition: all @transition-time @ease-in-out;
} }
&-open{ &-open{