tecitheme 0.11.16 → 0.11.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -340,10 +340,9 @@
|
|
|
340
340
|
{column.name}
|
|
341
341
|
</h3>
|
|
342
342
|
{#if column.description}
|
|
343
|
-
<p class="line-clamp-3">{@html column.description}</p>
|
|
343
|
+
<p class="line-clamp-3 px-2">{@html column.description}</p>
|
|
344
344
|
{/if}
|
|
345
345
|
</div>
|
|
346
|
-
<div class="border-t w-full" />
|
|
347
346
|
</div>
|
|
348
347
|
|
|
349
348
|
<!-- Mobile tables -->
|