Pārlūkot izejas kodu

Slim segment heading max width

Vijayakrishnan 3 gadi atpakaļ
vecāks
revīzija
0e3a5f33f1

+ 3 - 0
public/css/style.css

@@ -430,6 +430,9 @@ body>nav.navbar {
 .mcp-theme-1 .min-width-110px {
     min-width: 110px !important;
 }
+.mcp-theme-1 .max-width-110px {
+    max-width: 110px !important;
+}
 .mcp-theme-1 .min-width-140px {
     min-width: 140px !important;
 }

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

@@ -16,7 +16,7 @@ $isOmegaHistorySegment = strpos($iName, 'omega_history_') === 0;
     <!-- title -->
 
             <?php
-            $extraClass = $segment->heading ? 'min-width-110px' : 'min-width-140px pl-2';
+            $extraClass = $segment->heading ? 'min-width-110px max-width-110px' : 'min-width-140px pl-2';
             ?>
 
             @if(!!$segment->display_title)