fix(popover): set min-width on popovers

This commit is contained in:
Evan Morikawa 2016-02-25 12:06:32 -08:00
parent b5f6bc9488
commit d710ffd817

View file

@ -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;