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{
cursor: pointer;
i{
width: 12px;
text-align: center;
display: inline-block;
i {
transition: all @transition-time @ease-in-out;
}
&-open{
@ -56,4 +59,4 @@
cursor: @cursor-disabled;
}
}
}
}