Skip to content

Commit

Permalink
Revert trash button position
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed Nov 15, 2021
1 parent 7722512 commit ebcba33
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/views/livewire/address-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
</div>
<div class="col-sm-1 text-right">
<div class="form-group">
<label class="invisible">t</label>
<button class="btn btn-danger btn-sm" wire:click.prevent="remove({{$key}})"><span class="fa fa-trash-o" aria-hidden="true"></span></button></span>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion resources/views/livewire/email-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
</div>
<div class="col-sm-1 text-right">
<div class="form-group">
<label class="invisible">t</label>
<button class="btn btn-danger btn-sm" wire:click.prevent="remove({{$key}})"><span class="fa fa-trash-o" aria-hidden="true"></span></button></span>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion resources/views/livewire/phone-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
</div>
<div class="col-sm-1 text-right">
<div class="form-group">
<label class="invisible">t</label>
<button class="btn btn-danger btn-sm" wire:click.prevent="remove({{$key}})"><span class="fa fa-trash-o" aria-hidden="true"></span></button></span>
</div>
</div>
Expand Down

0 comments on commit ebcba33

Please # to comment.