Skip to content

Commit e5a23c6

Browse files
authored
fix(CSS): too much overflow in the example output
1 parent c782a30 commit e5a23c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/overflow/block-overflow.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style class="editable">
1212
.box {
1313
border: 1px solid #333333;
14-
width: 200px;
14+
width: 350px;
1515
height: 100px;
1616
}
1717
</style>
@@ -25,7 +25,7 @@
2525
<textarea class="playable playable-css" style="height: 120px;">
2626
.box {
2727
border: 1px solid #333333;
28-
width: 200px;
28+
width: 350px;
2929
height: 100px;
3030
}
3131
</textarea>

0 commit comments

Comments
 (0)