mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-17 17:28:01 +00:00
fix: rtl detection in more fields
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
v-model="editDescription"
|
||||
:label="strings.descriptionLabel"
|
||||
:placeholder="strings.descriptionPlaceholder"
|
||||
dir="auto"
|
||||
autocomplete="off"
|
||||
/>
|
||||
<NcTextField
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<img class="item-view__image" :src="largeUrl" :alt="item.name" />
|
||||
</button>
|
||||
|
||||
<div v-if="item.description" class="item-view__description">
|
||||
<div v-if="item.description" class="item-view__description" dir="auto">
|
||||
<NcRichText :text="item.description" :use-markdown="true" :use-extended-markdown="true" />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user