소스 검색

Segment slim UI tweak

Vijayakrishnan 3 년 전
부모
커밋
16b1c74011
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      resources/views/app/patient/note/segment-slim.blade.php

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

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