File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
projects/packages/forms/src/blocks/contact-form Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 418
418
419
419
& [type = " radio" ]::before {
420
420
border-radius : 50% ;
421
- transform : translateY (0.15 rem );
421
+ transform : translateY (15 % );
422
422
}
423
423
}
424
424
446
446
447
447
.jetpack-option__type ::before {
448
448
display : block ; /* display: flex causes baselines to not align */
449
- transform : translateY (0.15rem );
450
449
}
451
450
}
452
451
453
- .rich-text {
454
- transform : translateY (-0.1rem );
452
+ .jetpack-field-option.field-option-radio ,
453
+ .wp-block-jetpack-field-option-radio {
454
+
455
+ .jetpack-option__type {
456
+ transform : translateY (5% ); /* Small offset to compensate the slightly odd perceived alignment that's due to the circular shape */
457
+ }
455
458
}
456
459
}
457
460
You can’t perform that action at this time.
0 commit comments