Quellcode durchsuchen

Slim segment heading max width

Vijayakrishnan vor 3 Jahren
Ursprung
Commit
0e3a5f33f1
2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 3 0
      public/css/style.css
  2. 1 1
      resources/views/app/patient/note/segment-slim.blade.php

+ 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)