From 62d46e9ea145f9ace3eb85e6991d74a6444f3e31 Mon Sep 17 00:00:00 2001 From: Itiel Date: Wed, 8 Jan 2020 09:43:21 +0000 Subject: [PATCH] Bug 1607580 - Make the download folder box height the same as the Browse... button r=johannh Differential Revision: https://phabricator.services.mozilla.com/D59011 --HG-- extra : moz-landing-system : lando --- browser/themes/shared/incontentprefs/preferences.inc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/themes/shared/incontentprefs/preferences.inc.css b/browser/themes/shared/incontentprefs/preferences.inc.css index 9a906f7bd70a..61bd7fa644ea 100644 --- a/browser/themes/shared/incontentprefs/preferences.inc.css +++ b/browser/themes/shared/incontentprefs/preferences.inc.css @@ -303,6 +303,7 @@ button > hbox > label { #downloadFolder { -moz-box-flex: 1; + margin-block: 4px; margin-inline-start: 0; padding-inline-start: 30px; background-repeat: no-repeat;