File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
"important": false,
8
8
"outline-none": false,
9
9
"overqualified-elements": false,
10
- "text-indent": false
10
+ "text-indent": false,
11
+ "box-sizing": false
11
12
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h2>Checkbox</h2>
23
23
< label for ="checkbox-1 "> Checkbox</ label >
24
24
< input type ="checkbox " name ="checkbox-1 " id ="checkbox-1 ">
25
25
< label > Checkbox nested in label
26
- < input type ="checkbox " name ="checkbox-1 " id ="checkbox-1 ">
26
+ < input type ="checkbox " name ="checkbox-2 " id ="checkbox-2 ">
27
27
</ label >
28
28
< h2 > Radio Group</ h2 >
29
29
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ <h2>Checkbox</h2>
25
25
< label for ="checkbox-1 "> Checkbox</ label >
26
26
< input type ="checkbox " name ="checkbox-1 " id ="checkbox-1 ">
27
27
< label > Checkbox nested in label
28
- < input type ="checkbox " name ="checkbox-1 " id ="checkbox-1 ">
28
+ < input type ="checkbox " name ="checkbox-2 " id ="checkbox-2 ">
29
29
</ label >
30
30
< h2 > Radio Group</ h2 >
31
31
Original file line number Diff line number Diff line change 134
134
</ select >
135
135
< button id ="bold "> B</ button >
136
136
< button id ="italic "> I</ button >
137
- < button fid ="underline "> U</ button >
137
+ < button id ="underline "> U</ button >
138
138
139
139
</ div >
140
140
< br /> < br />
You can’t perform that action at this time.
0 commit comments