Skip to content

Commit c079c08

Browse files
author
Shane Tomlinson
authored
Merge pull request #722 from karansapolia/fix-for-591 r=@shane-tomlinson
fix(style): set line-height to improve global body legibility
2 parents c8d4b26 + 3297a2d commit c079c08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#fxa-update-firefox {
2+
line-height: 24px;
3+
}

packages/fxa-content-server/server/templates/pages/src/update_firefox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 id="fxa-update-firefox-header">{{#t}}Firefox update required{{/t}}</h1>
2626
</header>
2727

2828
<section>
29-
<p>
29+
<p id="fxa-update-firefox">
3030
{{#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}}
3131
</p>
3232
<div class="button-row">

0 commit comments

Comments
 (0)