From fd952263e25cd07a96b139eac3b2692ca8b16107 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Thu, 28 Nov 2019 18:25:19 +0000 Subject: [PATCH] Bug 1599996 - Re-introduce a minimum width to commonDialog.xul. r=dao Differential Revision: https://phabricator.services.mozilla.com/D55170 --HG-- extra : moz-landing-system : lando --- toolkit/components/prompts/content/commonDialog.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/components/prompts/content/commonDialog.css b/toolkit/components/prompts/content/commonDialog.css index e7d9477210a0..e653cb372a4c 100644 --- a/toolkit/components/prompts/content/commonDialog.css +++ b/toolkit/components/prompts/content/commonDialog.css @@ -2,6 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +:root { + min-width: 29em; +} + #dialogGrid { display: grid; grid-template-columns: auto 1fr;