Skip to content

Commit

Permalink
[115][ChromeCart][Quest] Fix the in your card annotation width
Browse files Browse the repository at this point in the history
We spotted this on Mac. Updating the width attribute to min-width fix
the bug.

Before change: https://screenshot.googleplex.com/7ZVnjAXpGUXNtGz
After change: https://screenshot.googleplex.com/BoT3J7WHJYjdDTR

(cherry picked from commit 3d6d6e9)

Bug: 1449035 b/284206972
Change-Id: I7178d7939db060370097da53b1607ece473be5c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4575453
Commit-Queue: Mei Liang <meiliang@chromium.org>
Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1150991}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4582092
Cr-Commit-Position: refs/branch-heads/5790@{#275}
Cr-Branched-From: 1d71a33-refs/heads/main@{#1148114}
  • Loading branch information
Mei Liang authored and Chromium LUCI CQ committed Jun 2, 2023
1 parent 602cb71 commit 1a0677f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@
#titleAnnotation {
background: var(--color-sys-tonal-container);
color: var(--color-sys-on-tonal-container);
width: 60px;
min-width: 60px;
}

:host([one-image]) #titleAnnotation {
Expand Down

0 comments on commit 1a0677f

Please sign in to comment.