<Popover> (as the click target, not the popover content)See above
The child continues to fill the parent width even when wrapped in a
Fix the popover spans to prevent this. In my code I'm using
span.bp3-popover-wrapper, span.bp3-popover-target {
width: 100%;
}
in a bunch of places to fix :(
@mitchbeard I think switching to div instead of span for your target element will fix this, try targetTagName="div" on the popover
i just ran into this issue as well - perhaps worth noting in the docs?
Most helpful comment
@mitchbeard I think switching to div instead of span for your target element will fix this, try
targetTagName="div"on the popover