Skip to content

Commit 35249ee

Browse files
Fix admin opt-in checkbox appears stretched on mobile
1 parent 8e5f193 commit 35249ee

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)