فهرست منبع

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>