Bladeren bron

note - seg summ html - dont show empty <p> in inline-html-container

Vijayakrishnan 3 jaren geleden
bovenliggende
commit
4b27fd5f8c
2 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 1 1
      config/app.php
  2. 4 0
      public/css/style.css

+ 1 - 1
config/app.php

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

+ 4 - 0
public/css/style.css

@@ -3569,3 +3569,7 @@ table.v-top th {
 .note_template_psych_followup_visit .edit-container [visit-moe]>form>div:last-child>.d-inline-flex {
     display: flex !important;
 }
+.note-container .segments-list p>br:first-child:last-child,
+.note-container .segments-list p:empty {
+    display: none;
+}