소스 검색

trim <p> tags inside summary plan/subj

Vijayakrishnan 3 년 전
부모
커밋
b6510f1812
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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' => 68,
+    'asset_version' => 69,
 
     'temp_dir' => env('TEMP_DIR'),
 

+ 4 - 0
public/css/style.css

@@ -3313,3 +3313,7 @@ body.forced-masking #mask {
 .stag-sheet tbody tr td textarea:focus-visible{
     border: 1px solid steelblue;
 }
+.note-container .summary-container p {
+    margin-top: 0 !important;
+    margin-bottom: 0 !important;
+}