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{
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue