Przeglądaj źródła

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

Marcus Xavier 1 rok temu
rodzic
commit
9de99bb6a6
1 zmienionych plików z 1 dodań i 1 usunięć
  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>