Skip to content

Commit 7516d05

Browse files
committed
revert default for autoWidth for now
1 parent 72c40cf commit 7516d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Popover/Popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export const Popover: React.FunctionComponent<PopoverProps> = ({
282282
tippyProps,
283283
reference,
284284
hasNoPadding = false,
285-
hasAutoWidth = true,
285+
hasAutoWidth = false,
286286
removeFindDomNode = false,
287287
...rest
288288
}: PopoverProps) => {

0 commit comments

Comments
 (0)