Skip to content

Commit

Permalink
fix new item styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Nov 4, 2023
1 parent 3d05664 commit 812de18
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@
const tbody = specific_form.find(`ul.list-group`);
tbody.append(`
<li data-opt-id="${num}" class="cursor-grab list-group-item d-flex justify-content-between">
<span>${label}</span>
<li data-opt-id="${num}" class="cursor-grab list-group-item py-2 d-flex px-2">
<i class="ti ti-grip-vertical fa-fw"></i>
<span class="flex-fill ms-1">${label}</span>
<span>
<button type="button" name="remove_opt" class="btn btn-icon btn-sm btn-ghost-danger" title="{{ _x('button', 'Delete permanently') }}">
<i class="ti ti-x"></i>
Expand Down

0 comments on commit 812de18

Please sign in to comment.