Skip to content

Commit

Permalink
Fix issue with collapsing popover content (#3125)
Browse files Browse the repository at this point in the history
This fixes a regression introduced by the recent refactor of the inserter. It adds a min-width to the popover component. Previously it had a fixed width.
  • Loading branch information
jasmussen authored and mtias committed Oct 25, 2017
1 parent 82a9b05 commit 33894cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/popover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
box-shadow: $shadow-popover;
border: 1px solid $light-gray-500;
background: $white;
min-width: 240px;

.components-popover.is-top & {
bottom: 100%;
Expand Down

0 comments on commit 33894cc

Please sign in to comment.