From 2482b4b760a4c1925808123e467f00ae1cce28e6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 20 Oct 2016 11:23:30 +0800 Subject: [PATCH] not limit min-width of Popover without title --- components/popover/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/popover/style/index.less b/components/popover/style/index.less index 00a9fea77..ab507ff00 100644 --- a/components/popover/style/index.less +++ b/components/popover/style/index.less @@ -52,7 +52,6 @@ } &-inner { - min-width: @popover-min-width; background-color: @popover-bg; background-clip: padding-box; border-radius: @border-radius-base; @@ -60,6 +59,7 @@ } &-title { + min-width: @popover-min-width; margin: 0; // reset heading margin padding: 0 16px; line-height: 32px;