Browse Source

fix: parameter description whitespace

Ahmad Kholid 2 years ago
parent
commit
e0bccfae8e
1 changed files with 1 additions and 1 deletions
  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>