Skip to content

Commit

Permalink
Merge pull request #1498 from nzsys/fix/safari-layout-broken
Browse files Browse the repository at this point in the history
Fix: Fixed layout collapse in Safari browser
  • Loading branch information
takayukister authored Oct 30, 2024
2 parents f2ac91a + 9705fd2 commit 57b92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/edit-contact-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<input type="hidden" id="active-tab" name="active-tab" value="<?php echo esc_attr( $_GET['active-tab'] ?? '' ); ?>" />

<div id="poststuff">
<div id="post-body" class="metabox-holder columns-2">
<div id="post-body" class="metabox-holder columns-2 wp-clearfix">
<div id="post-body-content">
<div id="titlediv">
<div id="titlewrap">
Expand Down

0 comments on commit 57b92e4

Please sign in to comment.