From 93ab79817f2a18148fa8f15dbb29c3e9cafc5fd8 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Tue, 8 Apr 2014 09:38:00 +0200 Subject: [PATCH] Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley --- browser/base/content/browser.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 3850d1ac7d7..c251625b955 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -14,6 +14,10 @@ %endif } +#main-window[customize-entered] { + min-width: -moz-fit-content; +} + searchbar { -moz-binding: url("chrome://browser/content/search/search.xml#searchbar"); }