Commit 634fe9df authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

[NTP] Fix text misalignment for minimum font size: Huge.

The button labels on the richer picker were slightly too big and became
misaligned when minimum font size was set to huge on Windows.

Bug: 996160
Change-Id: Ibda385b544637e3d1d893bbed85c885c92178750
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769579Reviewed-by: default avatarGayane Petrosyan <gayane@chromium.org>
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690417}
parent 39e5e45a
......@@ -830,7 +830,7 @@ html[dir=rtl] .menu-option {
height: 32px;
line-height: 32px;
margin-inline-start: 16px;
max-width: 126px;
max-width: 125px;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
......
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