@@ -524,7 +524,8 @@ body [note-rte][data-field-name="planValue"] .ql-editor[contenteditable] {
display: block !important;
}
.note-section:not(.edit) div.if-not-edit {
- padding-left: 1rem;
+ /* padding-left: 1rem; */
+ padding-left: 0;
.note-section:not(.edit):hover {
background: #f6f9fc;
@@ -14,7 +14,7 @@
</div>
<div class="flex-grow-1">
- <div class="d-none if-not-edit inset-comment summary-container p-2xxx pl-4">
+ <div class="d-none if-not-edit inset-comment summary-container">
@if($note->is_signed_by_hcp && $segment->accepted_suggestion_summary_html)
{!! $segment->accepted_suggestion_summary_html !!}
@else