Commit eb6436db authored by Regan Hsu's avatar Regan Hsu Committed by Commit Bot

[CrOS Wallpaper] Line height too short, causing text cutoff in arabic.

Currently, in arabic, author names that are too long are cutoff when
the text is too long.  This CL ensures that the line height is the
same as the font height so that the author name fits entirely.

Screenshot (before): https://screenshot.googleplex.com/oYJHABz3ej6
Screenshot (after): https://screenshot.googleplex.com/kgFDtyhicRN

Bug: 1029934
Change-Id: Id79283e43bc09ab2706580de1fbfe3da892e732b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959626Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Commit-Queue: Regan Hsu <hsuregan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723465}
parent 84566c47
...@@ -801,6 +801,7 @@ html[dir='rtl'] .daily-refresh-label { ...@@ -801,6 +801,7 @@ html[dir='rtl'] .daily-refresh-label {
#current-wallpaper-title { #current-wallpaper-title {
color: rgb(32, 33, 36); color: rgb(32, 33, 36);
font-size: 14px; font-size: 14px;
line-height: 14px;
padding-top: 9px; padding-top: 9px;
} }
......
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