From 351296d22ccf7f7ec2f08f064400b1a42bf4b6bc Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 31 Jul 2016 23:35:17 +0200 Subject: [PATCH] Remove fix width from popover layout. #56 By default Bootstrap Popovers are having a max width which has to be overriden. --- src/components/popover/popover.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }