Vijayakrishnan Krishnan 4 rokov pred
rodič
commit
d8de65a4a2

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

@@ -255,7 +255,7 @@
                                 </a>
                                 <?php
                                 if(file_exists(storage_path('sections/'.$section->sectionTemplate->internal_name.'/templates.json'))) {
-                                    echo '<span class="position-relative d-none if-edit ml-3">' .
+                                    echo '<span class="position-relative d-none if-edit ml-3 pl-3 border-left">' .
                                         '<a href="#" class="note-templates-trigger">Templates</a>';
                                     renderNoteTemplates(storage_path('sections/'.$section->sectionTemplate->internal_name.'/templates.json'));
                                     echo '</span>';