Skip to content

Commit

Permalink
Remove unnecessary inline styles on reset button.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jun 27, 2022
1 parent d9d61a6 commit 50dbf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ItemOrderPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function hookAdminCollectionsShow($args)
<h2>Item Order</h2>
<p><a href="<?php echo url('item-order', array('collection_id' => $collection->id)); ?>">Order items in this collection.</a></p>
<form action="<?php echo url('item-order/index/reset-order', array('collection_id' => $collection->id)); ?>" method="post">
<input type="submit" name="item_order_reset" value="Reset items to their default order" style="float: none; margin: 0;" />
<input type="submit" name="item_order_reset" value="Reset items to their default order" />
</form>
</div>
<?php
Expand Down

0 comments on commit 50dbf10

Please sign in to comment.