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