Improve button style
This commit is contained in:
parent
086a2c95ad
commit
6ff9d5a680
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if (isset($_POST['wishlist_delete_id'])) {
|
|||
Share
|
||||
</button>
|
||||
|
||||
<form class="ui form" method="post">
|
||||
<form class="ui form" method="post" style="display: inline-block;">
|
||||
<input type="hidden" name="wishlist_delete_id" />
|
||||
|
||||
<button class="ui small labeled red icon button" type="submit">
|
||||
|
|
Loading…
Reference in a new issue