Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre committed May 13, 2020
1 parent 7e7fcc8 commit cc04e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/columns/select.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<td class="p-0">
<select class="form-control border-0 no-resize"
<select class="form-control mw-100 border-0 no-resize"
x-model="{{ $key }}"
x-on:change="update({{ $eloquentKey }}, '{{ $column }}')">
@foreach($options as $key => $title)
Expand Down
2 changes: 1 addition & 1 deletion resources/views/columns/text.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
x-model="{{ $key }}"
x-on:change="update({{ $eloquentKey }}, '{{ $column }}')"
value="{{ $value }}"
class="form-control border-0 no-resize">
class="form-control mw-100 border-0 no-resize">
</td>

0 comments on commit cc04e1f

Please sign in to comment.