Skip to content

Commit 2bd2df4

Browse files
authored
Update SettingsAPI.php
1 parent 09f92f3 commit 2bd2df4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SettingsAPI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ function show_forms() {
555555
if ( isset( $this->settings_fields[ $form['id'] ] ) ):
556556
?>
557557
<?php do_action('do_before_submit_button', $form); ?>
558-
<div style="padding-left: 10px">
558+
<div>
559559
<?php submit_button(); ?>
560560
</div>
561561
<?php do_action('do_after_submit_button', $form); ?>
@@ -671,4 +671,4 @@ function _style_fix() {
671671
endif;
672672
}
673673

674-
}
674+
}

0 commit comments

Comments
 (0)