From bfefc713c577d1b7db4e06f16bd687ccb7875ea7 Mon Sep 17 00:00:00 2001 From: Richard Marti Date: Sat, 1 Oct 2022 20:27:00 +1000 Subject: [PATCH] Bug 1793100 - Port bug 1792730: Set min-width instead of width. r=aleca Differential Revision: https://phabricator.services.mozilla.com/D158427 --HG-- extra : amend_source : 6fd8b830f7a92baa4e273b5e23f39f8045e52789 --- mail/base/content/systemIntegrationDialog.xhtml | 3 ++- mail/components/preferences/applicationManager.xhtml | 2 +- mail/components/preferences/attachmentReminder.xhtml | 2 +- mail/components/preferences/colors.xhtml | 3 +-- mail/components/preferences/connection.xhtml | 2 +- mail/components/preferences/cookies.xhtml | 1 - mail/components/preferences/dockoptions.xhtml | 2 +- mail/components/preferences/messengerLanguages.xhtml | 1 - mail/components/preferences/passwordManager.xhtml | 1 - mail/components/preferences/permissions.xhtml | 1 - mail/extensions/openpgp/content/ui/keyWizard.xhtml | 2 +- .../en-US/messenger/preferences/application-manager.ftl | 1 - mail/locales/en-US/messenger/preferences/colors.ftl | 4 ---- mail/locales/en-US/messenger/preferences/connection.ftl | 4 ---- mail/locales/en-US/messenger/preferences/cookies.ftl | 1 - mail/locales/en-US/messenger/preferences/dock-options.ftl | 1 - mail/locales/en-US/messenger/preferences/languages.ftl | 1 - mail/locales/en-US/messenger/preferences/permissions.ftl | 1 - mail/themes/shared/mail/preferences/subdialog.css | 2 +- 19 files changed, 9 insertions(+), 26 deletions(-) diff --git a/mail/base/content/systemIntegrationDialog.xhtml b/mail/base/content/systemIntegrationDialog.xhtml index 0affe4a093..81c5d2b7f5 100644 --- a/mail/base/content/systemIntegrationDialog.xhtml +++ b/mail/base/content/systemIntegrationDialog.xhtml @@ -10,7 +10,8 @@ + data-l10n-id="system-integration-title" + style="min-width: 33em;"> + style="min-width: 30em;"> diff --git a/mail/components/preferences/attachmentReminder.xhtml b/mail/components/preferences/attachmentReminder.xhtml index 2ca7b939cf..cbe1bb7a14 100644 --- a/mail/components/preferences/attachmentReminder.xhtml +++ b/mail/components/preferences/attachmentReminder.xhtml @@ -12,7 +12,7 @@ xmlns:html="http://www.w3.org/1999/xhtml" data-l10n-id="attachment-reminder-window" onload="gAttachmentReminderOptionsDialog.init();" - style="width:38em;"> + style="min-width: 38em;">