Skip to content

Commit 1911aa0

Browse files
committed
fix order for special case
1 parent 23af83e commit 1911aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/class-disable-comments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function print_popover_instructions() {
145145
public function print_popover_form_contents() {
146146
?>
147147
<div class="prpl-steps-nav-wrapper" style="justify-content: flex-start;margin-bottom: 1.25rem;">
148-
<button type="submit" class="prpl-button prpl-button-primary">
148+
<button type="submit" class="prpl-button prpl-button-primary" style="order:-2;">
149149
<?php \esc_html_e( 'Disable new comments', 'progress-planner' ); ?>
150150
</button>
151151
</div>

0 commit comments

Comments
 (0)