Skip to content

Commit 448f4b9

Browse files
committed
Remove classes
1 parent 7c58fb9 commit 448f4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/edit.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- QTY -->
2424
<x-form-row name="qty">
2525
<x-form-label>{{ trans('general.quantity') }}</x-form-label>
26-
<x-form-input class="col-md-5">
26+
<x-form-input>
2727
<x-input.text
2828
type="number"
2929
:value="old('qty', $item->qty)"
@@ -36,7 +36,7 @@
3636
<!-- Minimum QTY -->
3737
<x-form-row name="min_amt">
3838
<x-form-label>{{ trans('general.min_amt') }}</x-form-label>
39-
<x-form-input class="col-md-5">
39+
<x-form-input>
4040
<x-input.text
4141
type="number"
4242
:value="old('min_amt', $item->min_amt)"

0 commit comments

Comments
 (0)