瀏覽代碼

updated claims-resolver

unknown 4 年之前
父節點
當前提交
63060504d2
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -159,7 +159,9 @@
             </td>
 {{--            <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
             <td>
-                <?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
+                <div style="max-height: 250px; overflow-y: auto;">
+                    <?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
+                </div>
             </td>
             <td></td>
         </tr>