mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-19 01:36:23 +10:00
not limit min-width of Popover without title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user