mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-03 16:59:41 +00:00
Merge pull request #4082 from mikiher/fix-lazy-episode-row-rtl
Fix RTL issue in LazyEpisodeRow
This commit is contained in:
commit
31be775c32
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
|
||||
<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 class="h-8 flex items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue