From daa3dda356f4c15d464fa1afbb5dbdcc47c1c3f4 Mon Sep 17 00:00:00 2001 From: Adrian Jones Date: Fri, 14 Jan 2011 22:00:51 +0000 Subject: [PATCH] Fixed main menu width to prevent text wrapping with some languages git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1914 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 7e7b1e0f..34bccda2 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -411,7 +411,7 @@ z-index: 12; background: #E8E8E8; position: relative; - width: 200px; + width: 230px; padding: 5px; -moz-box-shadow: #555 1px 1px 4px; -webkit-box-shadow: #555 1px 1px 4px;