Skip to content

Commit 53705b8

Browse files
committed
minor
1 parent 07d1188 commit 53705b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/2-focus-blur/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For instance, let's make the visitor unable to leave the input if the value is i
6868
</style>
6969

7070
Your email please: <input type="email" id="input">
71-
<input type="text" style="width:200px" placeholder="make email invalid and try to focus here">
71+
<input type="text" style="width:220px" placeholder="make email invalid and try to focus here">
7272

7373
<script>
7474
input.onblur = function() {

0 commit comments

Comments
 (0)