Browse Source

ERx minor UI update

Vijayakrishnan 3 years ago
parent
commit
f95612569f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/patient/prescriptions/list.blade.php

+ 1 - 1
resources/views/app/patient/prescriptions/list.blade.php

@@ -103,7 +103,7 @@
         <div v-if="currentPrescription" class="border-top border-right border-bottom align-self-stretch p-3 flex-grow-1 min-width-50">
             <div class="d-flex align-items-center">
                 <h3 class="font-size-16 m-0">
-                    <b class="mr-1 font-size-16">@{{ currentPrescription.erx_category }} ERx: @{{ currentPrescription.created_at_friendly_short }}</b>
+                    <b class="mr-1 font-size-16">@{{ currentPrescription.erx_category }} ERx <span class="ml-2">@{{ currentPrescription.created_at_friendly_short }}</span></b>
                 </h3>
                 <a class="ml-auto" href="#" v-on:click.prevent="currentPrescription=null">
                     <i class="fa fa-times-circle on-hover-opaque"></i>