|
@@ -114,7 +114,7 @@ if(!@$summaryView) {
|
|
|
@if($patient->core_note_id !== $note->id)
|
|
|
@include('app.patient.wizard-partials.relevance-column-optimized-flat', ['point' => $point])
|
|
|
@endif
|
|
|
- <div>
|
|
|
+ <div class="{{$patient->core_note_id !== $note->id ? '' : 'pl-2'}}">
|
|
|
<div class="d-flex align-items-baseline">
|
|
|
<div> <!-- name + edit moe -->
|
|
|
@if(!@$summaryView)
|