diff --git a/chromeos/components/scanning/resources/scan_preview.html b/chromeos/components/scanning/resources/scan_preview.html index dbad0f5bdd9b05..23ccf2f569dc7e 100644 --- a/chromeos/components/scanning/resources/scan_preview.html +++ b/chromeos/components/scanning/resources/scan_preview.html @@ -58,6 +58,10 @@ width: calc(100% - 2px); } + .scanned-image { + display: block; + } + /* Add top margin to all but the first scanned image. */ .scanned-image:nth-of-type(n+2) { margin-top: 8px;