From 58c82f065eb10e0a5460f75c22ab9bf7d9165e79 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 19 Jan 2017 15:55:33 +0100 Subject: [PATCH] fix panel height --- src/ui/styles/dropdownPanel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/styles/dropdownPanel.js b/src/ui/styles/dropdownPanel.js index 3fe1c47c3e..3fada2c156 100644 --- a/src/ui/styles/dropdownPanel.js +++ b/src/ui/styles/dropdownPanel.js @@ -13,7 +13,8 @@ module.exports = { }, content: { 'color': '#111111', - 'width': '100%' + 'width': '100%', + 'min-height': '20px' }, inner: { 'padding': '2px',