mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-22 14:40:32 -04:00
Fix RTL issue in LazyEpisodeRow
This commit is contained in:
parent
d41b48c89a
commit
81cd6f6c7d
@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="h-10 flex items-center mt-1.5 mb-0.5 overflow-hidden">
|
<div class="h-10 flex items-center mt-1.5 mb-0.5 overflow-hidden">
|
||||||
<p class="text-sm text-gray-200 line-clamp-2" v-html="episodeSubtitle"></p>
|
<div dir="auto" class="text-sm text-gray-200 line-clamp-2" v-html="episodeSubtitle"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="h-8 flex items-center">
|
<div class="h-8 flex items-center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user