Commit 98129f04 authored by John Lee's avatar John Lee Committed by Chromium LUCI CQ

Bookmarks WebUI: Prevent indicator from shrinking due to large fonts

Bug: 1162022
Change-Id: I7d6d3e5691a52505306a600738b813cc27bc73ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601269Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839621}
parent 5f44611e
......@@ -168,6 +168,7 @@
border-radius: 0 3px 3px 0;
content: '';
display: block;
flex-shrink: 0;
height: var(--cr-vertical-tab-height, 100%);
width: 4px;
}
......
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