소스 검색

fix: solve text overflow problem on description of trigger's params

Marcus Xavier 1 년 전
부모
커밋
9de99bb6a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/params/App.vue

+ 1 - 1
src/params/App.vue

@@ -74,7 +74,7 @@
               <p
                 v-if="param.description"
                 title="Description"
-                class="ml-1 whitespace-pre text-sm leading-tight"
+                class="ml-1 text-sm leading-tight"
               >
                 {{ param.description }}
               </p>