From 06ffd9ca047d83c38e128d6532c00b50c5de4bb8 Mon Sep 17 00:00:00 2001 From: zombiej Date: Mon, 21 May 2018 20:44:17 +0800 Subject: [PATCH] Adjust Tree icon vertical-align, fix #10603 --- components/tree/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tree/style/index.less b/components/tree/style/index.less index 90c3ef888a..6f086b895b 100644 --- a/components/tree/style/index.less +++ b/components/tree/style/index.less @@ -93,7 +93,7 @@ height: 24px; line-height: 24px; display: inline-block; - vertical-align: middle; + vertical-align: top; border: 0 none; cursor: pointer; outline: none;