From d710ffd817eda8d27bac8a199264b09ed25f9f34 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Thu, 25 Feb 2016 12:06:32 -0800 Subject: [PATCH] fix(popover): set min-width on popovers --- static/components/popover.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/components/popover.less b/static/components/popover.less index a9a74f9de..b23e36322 100644 --- a/static/components/popover.less +++ b/static/components/popover.less @@ -10,6 +10,9 @@ background-color: @background-secondary; border-radius: @border-radius-base; box-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15), 0 -0.5px 0 rgba(0, 0, 0, 0.15), 0.5px 0 0 rgba(0, 0, 0, 0.15), -0.5px 0 0 rgba(0, 0, 0, 0.15), 0 4px 7px rgba(0,0,0,0.15); + + min-width: 200px; + .menu { z-index:1; position: relative;