fix: don't truncate chapter titles in desktop view

This commit is contained in:
Sai Karthik 2022-07-03 15:23:09 +05:30
parent 1470b90895
commit b1158469aa
No known key found for this signature in database
GPG Key ID: F5B9A961BF6EAF0E
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<span class="mt-5 mr-2 text-current" v-text="index + 1" />
<img :src="chapter.image" :alt="chapter.title" />
<div class="flex flex-col m-2">
<span class="text-truncate text-sm" :title="chapter.title" v-text="chapter.title" />
<span class="text-sm" :title="chapter.title" v-text="chapter.title" />
<span class="text-sm font-bold text-blue-500" v-text="timeFormat(chapter.start)" />
</div>
</div>