Peter Muturi 1 year ago
parent
commit
3036a0b656
1 changed files with 4 additions and 4 deletions
  1. 4 4
      resources/views/layouts/patient-header-meta-info.blade.php

+ 4 - 4
resources/views/layouts/patient-header-meta-info.blade.php

@@ -31,10 +31,10 @@
     </div>
 @endif
 <?php $_cpc = $patient->getPrimaryCoverage();?>
-<div class="d-flex">
-    <div>DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
+<div class="pr-2">DOB: {{friendly_date($patient->dob, false,null, true)}} </div>
+<div class="d-flex flex-wrap">
     @if($_cpc && $patient->getPrimaryCoverageStatus() === 'YES')
-        <div class="text-nowrap screen-only ml-2 pl-2 border-left">
+        <div class="text-nowrap screen-only">
             <a href="{{ route('patients.view.primary-coverage', $patient) }}">{{$_cpc->insuranceDisplayPayerName()}}</a>
             <span class="on-hover-show d-inline-block on-hover-opaque">
                 <i class="fa fa-check-circle text-success"></i>
@@ -65,4 +65,4 @@
         @endif
     @endif
 </div>
-</div>
+</div>