From eb916fd3b3d41ccc80a21d09e9465345bed7c858 Mon Sep 17 00:00:00 2001 From: zombiej Date: Wed, 16 Oct 2019 10:51:18 +0800 Subject: [PATCH] chore: Fix style lint --- components/tree/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tree/style/index.less b/components/tree/style/index.less index 8ed102f534..bacce75818 100644 --- a/components/tree/style/index.less +++ b/components/tree/style/index.less @@ -65,8 +65,8 @@ // >>> Indent &-indent { align-self: stretch; - user-select: none; white-space: nowrap; + user-select: none; &-unit { display: inline-block; @@ -77,6 +77,7 @@ // >>> Switcher & &-switcher { .antTreeSwitcherIcon(); + flex: none; width: @tree-title-height; height: @tree-title-height; @@ -84,7 +85,6 @@ line-height: @tree-title-height; text-align: center; cursor: pointer; - flex: none; &-noop { cursor: default;