소스 검색

Note content tree UI update

Vijayakrishnan 3 년 전
부모
커밋
7a46d44f30
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/app/patient/note/note-segment-list.blade.php

+ 2 - 2
resources/views/app/patient/note/note-segment-list.blade.php

@@ -23,8 +23,8 @@
             }
             if (!empty($segment->heading)) {
                 echo '<div class="note-content-node note-content-heading">' .
-                    '<div class="py-2 px-3 border-bottom font-size-14 font-weight-bold text-secondary bg-light ' . ($previousHeading ? 'mt-4 border-top' : '') . '">' . $segment->heading . '</div>' .
-                    '<div class="note-content-children ml-4 border-left">'; // <!-- open new node -->
+                    '<div class="py-2 px-3 border-bottom font-size-16 font-weight-bold bg-light text-secondary ' . ($previousHeading ? 'mt-4 border-top' : '') . '">' . $segment->heading . '</div>' .
+                    '<div class="note-content-children ml-5 border-left">'; // <!-- open new node -->
             }
             $previousHeading = $segment->heading;
         }