浏览代码

Note > icds UI fix

Vijayakrishnan 4 年之前
父节点
当前提交
7230767e89
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/patient/note/dashboard.blade.php

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

@@ -314,10 +314,10 @@
                             <p class="font-weight-bold text-secondary m-0 mr-2">ICDs</p>
                             @include('app/patient/note/_create-note-reason')
                         </div>
-                        <div>
+                        <div class="d-flex align-items-start flex-wrap">
                         @if(count($note->reasons))
                              @foreach ($note->reasons as $reason)
-                                <span class="badge badge-info p-2">
+                                <span class="badge badge-info p-2 mb-2 mr-2">
                                     {{ $reason->description}} ({{ $reason->code }})
                                 </span>
                             @endforeach