Update Client Vendors to use the new media css function

This commit is contained in:
johnnyq
2024-03-21 15:56:09 -04:00
parent 51dba5ac1a
commit ed20681790
3 changed files with 14 additions and 18 deletions

View File

@@ -166,7 +166,7 @@
<div class="tab-pane fade" id="pills-notes<?php echo $vendor_id; ?>">
<div class="form-group">
<textarea class="form-control" rows="8" placeholder="Enter some notes" name="notes"><?php echo $vendor_notes; ?></textarea>
<textarea class="form-control" rows="12" placeholder="Enter some notes" name="notes"><?php echo $vendor_notes; ?></textarea>
</div>
</div>