Samson Mutunga 3 yıl önce
ebeveyn
işleme
abb4a6e7c5

+ 2 - 1
public/css/style.css

@@ -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;

+ 1 - 1
resources/views/app/patient/note/segment-slim.blade.php

@@ -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