From 2cb1f4457ad45ba262235c908479e142d2fa4cfe Mon Sep 17 00:00:00 2001 From: "daniel%glazman.org" Date: Thu, 16 Oct 2003 07:29:42 +0000 Subject: [PATCH] trivial fix for too wide buttons in Composer's format toolbar, classic theme; b=222390, rs=bz --- themes/classic/editor/editorFormatToolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/classic/editor/editorFormatToolbar.css b/themes/classic/editor/editorFormatToolbar.css index 691b98c46232..467824cc6591 100644 --- a/themes/classic/editor/editorFormatToolbar.css +++ b/themes/classic/editor/editorFormatToolbar.css @@ -26,7 +26,7 @@ /* ::::: formatting buttons ::::: */ #FormatToolbar > toolbarbutton { - min-width: 3em; + min-width: 32px; } #FormatToolbar > toolbarbutton > .toolbarbutton-text {