From 2aae6d1a2c390f417122241b8773d0ca1ad1b3a6 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Wed, 25 Oct 2017 12:35:08 +0200 Subject: [PATCH] Fix issue with collapsing popover content (#3125) 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. --- components/popover/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/popover/style.scss b/components/popover/style.scss index 3e406233f0555e..45089cc29fcef1 100644 --- a/components/popover/style.scss +++ b/components/popover/style.scss @@ -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%;