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 ff1fb36 commit dfa3c1bCopy full SHA for dfa3c1b
packages/react-core/src/components/Popover/Popover.tsx
@@ -282,7 +282,7 @@ export const Popover: React.FunctionComponent<PopoverProps> = ({
282
tippyProps,
283
reference,
284
hasNoPadding = false,
285
- hasAutoWidth = true,
+ hasAutoWidth = false,
286
removeFindDomNode = false,
287
...rest
288
}: PopoverProps) => {
0 commit comments