Skip to content

Commit c2ccbde

Browse files
Merge pull request #2088 from WordPress/fix/2087-checkbox-mobile
View Transitions: Fix admin opt-in checkbox appears stretched on mobile
2 parents 8e5f193 + 35249ee commit c2ccbde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/view-transitions/includes/settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ function plvt_render_settings_field( array $args ): void {
469469
type="checkbox"
470470
value="1"
471471
<?php checked( $value, 1 ); ?>
472-
class="regular-text code"
473472
>
474473
<?php echo esc_html( $args['description'] ); ?>
475474
</label>

0 commit comments

Comments
 (0)