浏览代码

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>