mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 13:59:40 +00:00
Add dir="auto" attribute where it makes sense
This commit is contained in:
parent
f9b95bb003
commit
33254654d5
10 changed files with 12 additions and 12 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<widgets-podcast-type-indicator :type="downloadQueued.episodeType" />
|
||||
</div>
|
||||
</td>
|
||||
<td class="px-4">
|
||||
<td dir="auto" class="px-4">
|
||||
{{ downloadQueued.episodeDisplayTitle }}
|
||||
</td>
|
||||
<td class="text-xs">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue