Fix title text

This commit is contained in:
ZXY101
2024-08-19 22:02:24 +02:00
parent 0ebeb46171
commit a9f7bca27c

View File

@@ -18,7 +18,9 @@
class="object-contain sm:w-[250px] sm:h-[350px] bg-black border-gray-900 border" class="object-contain sm:w-[250px] sm:h-[350px] bg-black border-gray-900 border"
/> />
{/if} {/if}
<p class="font-semibold">{manga.mokuroData.title}</p> <p class="font-semibold sm:w-[250px] line-clamp-1">
{manga.mokuroData.title}
</p>
</div> </div>
</a> </a>
{/if} {/if}