소스 검색

Omega - minor UI polish

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

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

@@ -9,7 +9,7 @@
 
     <!-- title -->
 
-            <div style="color: black; text-decoration: underline; font-size: 13px;" class="font-weight-bold mr-2 min-width-110px">
+            <div style="color: black; text-decoration: underline; font-size: 13px;" class="font-weight-bold mr-2 {{$segment->heading ? 'min-width-110px' : 'min-width-140px'}}">
                 {{$segment->display_title}}:
             </div>