add width to expand icon so we can click on it easier
This commit is contained in:
parent
7053de4e78
commit
94d177cc83
1 changed files with 5 additions and 2 deletions
|
@ -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{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue