Skip to content

Commit f3f7447

Browse files
pfaffeDevtools-frontend LUCI CQ
authored andcommitted
Support wide images in image popover
Fixed: 497728040 Change-Id: Iaffca150e1d502e1e8215da279d31e41a35beb2e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7725746 Commit-Queue: Eric Leese <leese@chromium.org> Auto-Submit: Philip Pfaffe <pfaffe@chromium.org> Reviewed-by: Eric Leese <leese@chromium.org>
1 parent be6f7b3 commit f3f7447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/legacy/components/utils/imagePreview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
.image-preview-container img {
1414
margin: 6px 0;
15-
max-width: 100px;
15+
width: auto;
1616
max-height: 100px;
1717
background-image: var(--image-file-checker);
1818
user-select: text;

0 commit comments

Comments
 (0)