Explorar o código

fix: parameter description whitespace

Ahmad Kholid %!s(int64=2) %!d(string=hai) anos
pai
achega
e0bccfae8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>