Skip to content

Commit cbd129e

Browse files
authored
Merge pull request #20 from w3c/image-editorial
Overflow images for a better narrow layout
2 parents a648ee7 + a36a0dc commit cbd129e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h2>
376376
"#example-4">Example 4</a>, the file picker can be rendered as
377377
presented below:
378378
</p>
379-
<p>
379+
<p style="overflow: visible;">
380380
<img alt=
381381
"A File picker control in the Image Capture state."
382382
src="images/image-capture-state.png">
@@ -385,7 +385,7 @@ <h2>
385385
When the attribute is not specified, the file picker can be rendered
386386
as represented below:
387387
</p>
388-
<p>
388+
<p style="overflow: visible;">
389389
<img alt=
390390
"A File picker control in the File Upload state."
391391
src="images/file-upload-state.png">

0 commit comments

Comments
 (0)