From a2fcff918d057dc21eb4ac9999c77cf466bd13ff Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sun, 6 Nov 2005 19:38:43 +0000 Subject: [PATCH] Fix bug 315264, in a kinda-hacky way. r+sr=dbaron git-svn-id: svn://10.0.0.236/trunk@184219 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/style/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/style/forms.css b/mozilla/layout/style/forms.css index c4609c0f062..693e6f70b68 100644 --- a/mozilla/layout/style/forms.css +++ b/mozilla/layout/style/forms.css @@ -186,7 +186,7 @@ select > input[type="button"]:active { } select:empty { - width: 2.5em; + min-width: 2.5em; } *|*::-moz-display-comboboxcontrol-frame {