We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cea64f commit cc56c95Copy full SHA for cc56c95
packages/layout/src/components/Help/ProHelpPopover.tsx
@@ -48,9 +48,7 @@ export const ProHelpPopover: React.FC<ProHelpPopoverProps> = (props) => {
48
const { wrapSSR } = useStyle(className);
49
return wrapSSR(
50
<Popover
51
- overlayInnerStyle={{
52
- padding: 0,
53
- }}
+ styles={{ body: {padding: 0} }}
54
content={
55
<div
56
className={classNames(
packages/utils/src/components/FilterDropdown/index.tsx
@@ -62,9 +62,7 @@ const FilterDropdown: React.FC<DropdownProps> = (props) => {
62
placement={placement}
63
trigger={['click']}
64
{...dropdownOpenProps}
65
66
67
68
69
70
ref={htmlRef}
0 commit comments