Skip to content

Commit

Permalink
refactor(supplier): Bigger notes field
Browse files Browse the repository at this point in the history
  • Loading branch information
gnovaro committed Nov 4, 2024
1 parent c7c4453 commit 236bc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/supplier/supplier.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<div class="row mt-3">
<div class="col">
<label for="notes">{{ __('Notes') }}</label>
<textarea name="notes" id="notes" class="form-control">{{ old('notes', $supplier->notes) }}</textarea>
<textarea name="notes" id="notes" class="form-control form-control-lg">{{ old('notes', $supplier->notes) }}</textarea>
</div>
</div>
<div class="row mt-3">
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

const APP_VERSION = '4.1.0';
const APP_VERSION = '4.1.2';

0 comments on commit 236bc8b

Please sign in to comment.