action button alignment updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<tr class="d-flex flex-nowrap" v-for="(row, index) in form.items"
|
||||
:index="index">
|
||||
@stack('actions_td_start')
|
||||
<td class="col-md-1 border-right-0 border-bottom-0">
|
||||
<td class="col-md-1 border-right-0 border-bottom-0 item-action">
|
||||
@stack('actions_button_start')
|
||||
<button type="button"
|
||||
@click="onDeleteItem(index)"
|
||||
|
||||
Reference in New Issue
Block a user