From 94d177cc836e44df8f27795bde09e79c88974ddd Mon Sep 17 00:00:00 2001 From: Sergio Crisostomo Date: Sat, 14 Oct 2017 09:47:33 +0200 Subject: [PATCH] add width to expand icon so we can click on it easier --- src/styles/components/tree.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/components/tree.less b/src/styles/components/tree.less index 60a4363..0d9a37e 100644 --- a/src/styles/components/tree.less +++ b/src/styles/components/tree.less @@ -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; } } -} \ No newline at end of file +} -- libgit2 0.21.4