瀏覽代碼

fix: parameter description whitespace

Ahmad Kholid 2 年之前
父節點
當前提交
e0bccfae8e
共有 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 text-sm"
+                class="ml-1 text-sm whitespace-pre leading-tight"
               >
                 {{ param.description }}
               </p>