Commit 94d177cc836e44df8f27795bde09e79c88974ddd
1 parent
7053de4e
add width to expand icon so we can click on it easier
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
src/styles/components/tree.less
| @@ -38,7 +38,10 @@ | @@ -38,7 +38,10 @@ | ||
| 38 | } | 38 | } |
| 39 | &-arrow{ | 39 | &-arrow{ |
| 40 | cursor: pointer; | 40 | cursor: pointer; |
| 41 | - i{ | 41 | + width: 12px; |
| 42 | + text-align: center; | ||
| 43 | + display: inline-block; | ||
| 44 | + i { | ||
| 42 | transition: all @transition-time @ease-in-out; | 45 | transition: all @transition-time @ease-in-out; |
| 43 | } | 46 | } |
| 44 | &-open{ | 47 | &-open{ |
| @@ -56,4 +59,4 @@ | @@ -56,4 +59,4 @@ | ||
| 56 | cursor: @cursor-disabled; | 59 | cursor: @cursor-disabled; |
| 57 | } | 60 | } |
| 58 | } | 61 | } |
| 59 | -} | ||
| 60 | \ No newline at end of file | 62 | \ No newline at end of file |
| 63 | +} |