From 446c35602fa5c1451d136023b38a25a4394d8364 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 16 Jul 2015 12:10:13 +0800 Subject: [PATCH] fix popover title height --- style/components/popover.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/components/popover.less b/style/components/popover.less index c02463673d..4f60fbdace 100644 --- a/style/components/popover.less +++ b/style/components/popover.less @@ -111,8 +111,8 @@ &-title { margin: 0; // reset heading margin padding: 0 16px; - line-height: 30px; - height: 30px; + line-height: 32px; + height: 32px; border-bottom: 1px solid #e9e9e9; color: #666; }