Commit 50fd27c6 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview destinations dialog: Set line-height relative to font

Bug: 924060
Change-Id: I828620e627ccda10e685fb2e8342e35451ecef7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652694Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668568}
parent bf9e334e
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
.user-info { .user-info {
font-size: calc(13 / 15 * 1em); font-size: calc(13 / 15 * 1em);
line-height: normal; line-height: calc(20 / 15 * 1em);
margin-bottom: 14px; margin-bottom: 14px;
margin-top: 8px; margin-top: 8px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment