File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ const inputStyles = ({ theme }) => css`
116
116
117
117
const checkboxWrapperBaseStyles = ( { theme } ) => css `
118
118
label : checkbox;
119
+ position : relative;
120
+
119
121
& : last-of-type {
120
122
margin-bottom : ${ theme . spacings . mega } ;
121
123
}
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` Checkbox should render with a tooltip when passed a validation hint 1` ] = `
4
+ .circuit-6 {
5
+ position : relative ;
6
+ }
7
+
4
8
.circuit-6:last-of-type {
5
9
margin - bottom : 16px ;
6
10
}
@@ -158,6 +162,10 @@ exports[`Checkbox should render with a tooltip when passed a validation hint 1`]
158
162
` ;
159
163
160
164
exports [` Checkbox should render with checked styles when passed the checked prop 1` ] = `
165
+ .circuit-4 {
166
+ position : relative ;
167
+ }
168
+
161
169
.circuit-4:last-of-type {
162
170
margin - bottom : 16px ;
163
171
}
@@ -269,6 +277,10 @@ exports[`Checkbox should render with checked styles when passed the checked prop
269
277
` ;
270
278
271
279
exports [` Checkbox should render with default styles 1` ] = `
280
+ .circuit-4 {
281
+ position : relative ;
282
+ }
283
+
272
284
.circuit-4:last-of-type {
273
285
margin - bottom : 16px ;
274
286
}
@@ -380,6 +392,10 @@ exports[`Checkbox should render with default styles 1`] = `
380
392
` ;
381
393
382
394
exports [` Checkbox should render with disabled styles when passed the disabled prop 1` ] = `
395
+ .circuit-4 {
396
+ position : relative ;
397
+ }
398
+
383
399
.circuit-4:last-of-type {
384
400
margin - bottom : 16px ;
385
401
}
@@ -509,6 +525,10 @@ exports[`Checkbox should render with disabled styles when passed the disabled pr
509
525
` ;
510
526
511
527
exports [` Checkbox should render with invalid styles when passed the invalid prop 1` ] = `
528
+ .circuit-4 {
529
+ position : relative ;
530
+ }
531
+
512
532
.circuit-4:last-of-type {
513
533
margin - bottom : 16px ;
514
534
}
You can’t perform that action at this time.
0 commit comments