Commit 75cc6666 authored by John Lee's avatar John Lee Committed by Commit Bot

PDF Viewer: Fix bookmark text alignment on old PDF viewer

Fixed: 1131152
Change-Id: Idb6b22c002b87748da4a9248b54bb5d288de75f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429226Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811194}
parent 84e5597b
<style>
#item {
align-items: flex-start;
align-items: center;
cursor: pointer;
display: flex;
height: 30px;
......@@ -9,6 +9,7 @@
}
:host-context([pdf-viewer-update-enabled]) #item {
align-items: flex-start;
height: initial;
padding: 5px 0;
}
......
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