浏览代码

Note - rhs sidebar - UI tweak

Vijayakrishnan 3 年之前
父节点
当前提交
364efd4433
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/patient/note/rhs-sidebar.blade.php

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

@@ -103,7 +103,7 @@ $prescriptions = $patient->prescriptionsCreatedInNote($note);
 </div>
 </div>
 <div id="note-prescriptions" class="px-2 pb-2 border-bottom mb-2">
 <div id="note-prescriptions" class="px-2 pb-2 border-bottom mb-2">
     <div class="font-weight-bold mb-2">ERx &amp; Orders
     <div class="font-weight-bold mb-2">ERx &amp; Orders
-        <a native="" target="_top" data-non-segment-target="Prescriptions" href="#">View All</a>
+        <a native="" target="_top" data-non-segment-target="Prescriptions" href="#" class="font-weight-normal">View All</a>
     </div>
     </div>
     @if($prescriptions && count($prescriptions))
     @if($prescriptions && count($prescriptions))
         @foreach($prescriptions as $prescription)
         @foreach($prescriptions as $prescription)