action button alignment updated

This commit is contained in:
batuhanbas
2020-02-12 15:16:50 +03:00
parent ab313bb212
commit 2d66166b1f
7 changed files with 15 additions and 11 deletions

View File

@@ -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)"