Add dir="auto" to most user generated content

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-07 14:59:20 +01:00
parent 69e91e89f5
commit a46372094c
25 changed files with 127 additions and 61 deletions

View File

@@ -5,7 +5,7 @@
<lazy-image-wrapper :picture="post.picture" />
</div>
<div class="heading-section">
<div class="heading-wrapper">
<div class="heading-wrapper" dir="auto">
<div class="title-metadata">
<div class="title-wrapper">
<b-tag
@@ -165,8 +165,8 @@
}}
</b-message>
<section v-html="post.body" class="content" />
<section class="tags">
<section v-html="post.body" dir="auto" class="content" />
<section class="tags" dir="auto">
<router-link
v-for="tag in post.tags"
:key="tag.title"