Vijayakrishnan před 3 roky
rodič
revize
295f9aa9ef

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

@@ -14,7 +14,12 @@ $isOmegaSystemSegment = (strpos($iName, 'omega_') === 0 && substr($iName, -7) ==
 
     <!-- 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}}:
             </div>