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 72c40cf commit 7516d05Copy full SHA for 7516d05
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