Commit fca76f5d authored by Weilun Shi's avatar Weilun Shi Committed by Commit Bot

[NTP] Set min width for buttons in custom background dialog

Set min width for cancel and done button to make it to fix the extra
space shown on rtl mode when the "cancel" and "done" are too short in
another language.

Bug: 876251
Change-Id: I588ed62bf28249c2078edb10a0d29143041f3d92
Reviewed-on: https://chromium-review.googlesource.com/1184164
Commit-Queue: Weilun Shi <sweilun@chromium.org>
Reviewed-by: default avatarKristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585165}
parent 23e6eefe
...@@ -344,6 +344,7 @@ html[dir=rtl] .is-img-sel #bg-sel-title { ...@@ -344,6 +344,7 @@ html[dir=rtl] .is-img-sel #bg-sel-title {
font-weight: 500; font-weight: 500;
height: 32px; height: 32px;
line-height: normal; line-height: normal;
min-width: 60px;
padding: 0 16px; padding: 0 16px;
position: absolute; position: absolute;
text-align: center; text-align: center;
......
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