From 51ec650221b2242ac8a177a22fe8d4966d9b69d7 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Thu, 17 Nov 2016 14:33:04 +0800 Subject: [PATCH] Input: fix input-group line height --- packages/theme-default/src/input.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/theme-default/src/input.css b/packages/theme-default/src/input.css index 43816afec..292a29b76 100644 --- a/packages/theme-default/src/input.css +++ b/packages/theme-default/src/input.css @@ -99,6 +99,7 @@ } @b input-group { + line-height: normal; display: table; border-collapse: separate;