diff --git a/src/components/popover/popover.component.scss b/src/components/popover/popover.component.scss index 4b209b6a..fc76bec9 100644 --- a/src/components/popover/popover.component.scss +++ b/src/components/popover/popover.component.scss @@ -1,7 +1,7 @@ :host { display: flex; flex-direction: column; - min-width: 577px; + max-width: none; padding: 0; }