Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley

This commit is contained in:
Jared Wein 2014-04-08 09:38:00 +02:00
parent 1b9b5a6c2f
commit 93ab79817f

View File

@ -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");
}