소스 검색

added claims resolver view

unknown 4 년 전
부모
커밋
e8f410c15e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

+ 1 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -85,7 +85,7 @@
                 {{ $note->is_signed_by_hcp }}
             </td>
             <td>
-                <div style="max-height: 100px; overflow-y: auto;">
+                <div style="max-height: 200px; overflow-y: auto;">
                     @foreach($note->sections as $section)
                         {!! $section->summary_html !!}
                     @endforeach