From 251f13cedbf8efbbf2eef29224513b7da8f5182b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 11 Feb 2014 11:12:25 +0000 Subject: [PATCH] Set minimum width for toolbar menulist, to start always with reasonable size --- etemplate/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index ae40190cdf..f9b6e52d17 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1190,6 +1190,7 @@ div.ui-toolbar-menulist{ border: solid black 1px; padding: 0 !important; margin-top: 3px !important; + min-width: 150px; } .ui-toolbar-menulist > h { padding-bottom: 7px;