Bladeren bron

Add multi - UI tweaks

Vijayakrishnan 3 jaren geleden
bovenliggende
commit
2a10e68db5

+ 1 - 1
config/app.php

@@ -65,7 +65,7 @@ return [
 
     'hrm2_url' => env('HRM2_URL'),
 
-    'asset_version' => 67,
+    'asset_version' => 68,
 
     'temp_dir' => env('TEMP_DIR'),
 

+ 5 - 0
public/css/style.css

@@ -433,6 +433,11 @@ body>nav.navbar {
     min-width: unset !important;
     max-width: unset !important;
 }
+.mcp-theme-1 .width-140px {
+    width: 140px;
+    min-width: unset !important;
+    max-width: unset !important;
+}
 .mcp-theme-1 .width-150px {
     width: 150px;
     min-width: unset !important;

+ 1 - 1
resources/views/app/patient/wizard-partials/add-multiple-pre-existing.blade.php

@@ -16,7 +16,7 @@
                 @endif
                 <th class="border-bottom-0 text-secondary width-150px">Subjective</th>
                 <th class="border-bottom-0 text-secondary width-150px">Plan</th>
-                <th class="border-bottom-0 text-secondary width-150px">Start Date</th>
+                <th class="border-bottom-0 text-secondary width-140px">Start Date</th>
                 <th class="border-bottom-0 text-secondary width-100px text-nowrap">{{$adder}}</th>
                 <th class="border-bottom-0 text-secondary width-40px"></th>
             </tr>