From 3297a2d213dd762a13c111b6f8b6c77380752959 Mon Sep 17 00:00:00 2001 From: Karan Sapolia Date: Thu, 4 Apr 2019 03:08:34 +0530 Subject: [PATCH] fix(style): set line-height to improve global body legibility fixes #591 --- .../fxa-content-server/app/styles/modules/_update_firefox.scss | 3 +++ .../server/templates/pages/src/update_firefox.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 packages/fxa-content-server/app/styles/modules/_update_firefox.scss diff --git a/packages/fxa-content-server/app/styles/modules/_update_firefox.scss b/packages/fxa-content-server/app/styles/modules/_update_firefox.scss new file mode 100644 index 00000000000..69e32b738b1 --- /dev/null +++ b/packages/fxa-content-server/app/styles/modules/_update_firefox.scss @@ -0,0 +1,3 @@ +#fxa-update-firefox { + line-height: 24px; +} diff --git a/packages/fxa-content-server/server/templates/pages/src/update_firefox.html b/packages/fxa-content-server/server/templates/pages/src/update_firefox.html index b648216b036..c6ba09a5b31 100644 --- a/packages/fxa-content-server/server/templates/pages/src/update_firefox.html +++ b/packages/fxa-content-server/server/templates/pages/src/update_firefox.html @@ -26,7 +26,7 @@

{{#t}}Firefox update required{{/t}}

-

+

{{#t}}Firefox Accounts makes use of features that are not supported in your version of Firefox. Please download and install the latest version of Firefox to continue.{{/t}}