Skip to content

Commit

Permalink
Print Preview destinations dialog: Set line-height relative to font
Browse files Browse the repository at this point in the history
Bug: 924060
Change-Id: I828620e627ccda10e685fb2e8342e35451ecef7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652694
Reviewed-by: Esmael El-Moslimany <aee@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668568}
  • Loading branch information
rbpotter authored and Commit Bot committed Jun 12, 2019
1 parent bf9e334 commit 50fd27c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

.user-info {
font-size: calc(13 / 15 * 1em);
line-height: normal;
line-height: calc(20 / 15 * 1em);
margin-bottom: 14px;
margin-top: 8px;
}
Expand Down

0 comments on commit 50fd27c

Please sign in to comment.