Commit 4281cef2 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: don't overlap long text with clear search icon

See bug for screenshots.

Bug: 971960
Change-Id: I1c85419251460630de612dd465773d80bfd6010a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649189
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Auto-Submit: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#667258}
parent 0db6cd35
...@@ -45,6 +45,10 @@ ...@@ -45,6 +45,10 @@
right: auto; right: auto;
} }
:host([has-search-text]) cr-input {
--cr-input-padding-end: 24px;
}
.search-box-input { .search-box-input {
width: 100%; width: 100%;
} }
......
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