瀏覽代碼

Note fu appt. padding fix

Vijayakrishnan 3 年之前
父節點
當前提交
dff119d54d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/note/dashboard.blade.php

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

@@ -794,7 +794,7 @@ use App\Models\Handout;
                 </div>
 
                 {{-- follow-up appt. --}}
-                <div class="p-3 screen-only border-bottom" data-non-segment-section="Follow-up Appointment">
+                <div class="pt-3 px-3 screen-only border-bottom" data-non-segment-section="Follow-up Appointment">
                     @include('app/patient/note/follow-up-appointment')
                 </div>