unnecessary classes deleted and styles updated

This commit is contained in:
batuhanbas
2020-02-11 03:40:32 +03:00
parent b76698dbe1
commit 1bb04d28e1
16 changed files with 135 additions and 171 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 action-column border-right-0 border-bottom-0">
<td class="col-md-1 border-right-0 border-bottom-0">
@stack('actions_button_start')
<button type="button"
@click="onDeleteItem(index)"