From e68dd9c7c1a8bf18a812964bb4ca6d54da4c07de Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 10 Dec 2014 16:24:14 -0800 Subject: [PATCH] Bump command help dialog height again Change-Id: I348ce317b46f040bc8a2d70e4392ce0dfe24611c --- modules/ve-mw/ui/styles/dialogs/ve.ui.MWCommandHelpDialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve-mw/ui/styles/dialogs/ve.ui.MWCommandHelpDialog.css b/modules/ve-mw/ui/styles/dialogs/ve.ui.MWCommandHelpDialog.css index 79a1d33b53..e629d9caca 100644 --- a/modules/ve-mw/ui/styles/dialogs/ve.ui.MWCommandHelpDialog.css +++ b/modules/ve-mw/ui/styles/dialogs/ve.ui.MWCommandHelpDialog.css @@ -8,5 +8,5 @@ /* * See ve.ui.CommandHelpDialog.css */ - height: 39em; + height: 41em; }