Quellcode durchsuchen

Minor update in RX moe form

Vijayakrishnan vor 5 Jahren
Ursprung
Commit
6037eb1332
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      resources/views/app/patient/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/dashboard.blade.php

@@ -72,7 +72,7 @@
                     <form url="/api/clientInfoLine/create">
                         <input type="hidden" name="clientUid" value="{{ $patient->uid }}">
                         <input type="hidden" name="category" value="rx">
-                        <div class="mb-2"><input type="text" name="contentText" value="" placeholder="Medication"></div>
+                        <div class="mb-2"><input type="text" class="form-control form-control-sm" name="contentText" value="" placeholder="Medication"></div>
                         {{--<div class="mb-2"><input type="text" name="customField" value="" placeholder="Custom Field"></div>--}}
                         <div class="d-flex align-items-center">
                             <button class="btn btn-sm btn-primary mr-2" submit>Save</button>