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:
@@ -1,7 +1,7 @@
|
||||
:host {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 577px;
|
||||
max-width: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user