Browse Source

Omega - UI tweak

Vijayakrishnan 3 years ago
parent
commit
295f9aa9ef
1 changed files with 6 additions and 1 deletions
  1. 6 1
      resources/views/app/patient/note/segment-slim.blade.php

+ 6 - 1
resources/views/app/patient/note/segment-slim.blade.php

@@ -14,7 +14,12 @@ $isOmegaSystemSegment = (strpos($iName, 'omega_') === 0 && substr($iName, -7) ==
 
 
     <!-- title -->
     <!-- title -->
 
 
-            <div style="color: black; text-decoration: underline; font-size: 13px;" class="font-weight-bold mr-2 {{$segment->heading ? 'min-width-110px' : 'min-width-140px'}}">
+            <?php
+            $minWidthClass = '';
+            if($segment->heading) $minWidthClass = 'min-width-110px';
+            ?>
+
+            <div style="color: black; text-decoration: underline; font-size: 13px;" class="font-weight-bold mr-2 {{$minWidthClass}}">
                 {{$segment->display_title}}:
                 {{$segment->display_title}}:
             </div>
             </div>