Remove fix width from popover layout. #56

By default Bootstrap Popovers are having a max width which has to be
overriden.
This commit is contained in:
Arpad Csanyi
2016-07-31 23:35:17 +02:00
parent ac96838e99
commit 351296d22c

View File

@@ -1,7 +1,7 @@
:host {
display: flex;
flex-direction: column;
min-width: 577px;
max-width: none;
padding: 0;
}