Commit bcdccedf authored by Aleks Totic's avatar Aleks Totic Committed by Commit Bot

[web tests] results detail sizing fix

Image detail canvases sizes were different.
This forces all flex items to the same size.

Change-Id: I4db361c5b1a1746a882ea903dc142d3614cba02d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401805Reviewed-by: default avatarXianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806328}
parent d8708177
...@@ -2229,6 +2229,7 @@ class ImageViewerZoom { ...@@ -2229,6 +2229,7 @@ class ImageViewerZoom {
position: relative; position: relative;
flex-grow: 1; flex-grow: 1;
flex-shrink: 1; flex-shrink: 1;
flex-basis: 100px;
margin: 16px 8px 16px 8px; margin: 16px 8px 16px 8px;
} }
.image-viewer-zoom-tile > canvas { .image-viewer-zoom-tile > canvas {
......
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