mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
(fix) prevent breaking of RTL when IPA follows name
This commit is contained in:
parent
f786c37259
commit
7539234201
@ -41,7 +41,7 @@ const op = computed((): (Opinion & { description: string }) | null => {
|
|||||||
<Icon :v="op.icon" />
|
<Icon :v="op.icon" />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<nuxt-link v-if="link" :to="link" :class="`colour-${op.colour || 'default'}`"><Spelling :escape="escape" :text="word" /></nuxt-link>
|
<nuxt-link v-if="link" :to="link" :class="`colour-${op.colour || 'default'}`"><Spelling :escape="escape" :text="word" /></nuxt-link>
|
||||||
<span v-else><Spelling :escape="escape" :markdown="markdown" :text="word" /></span>
|
<Spelling v-else :escape="escape" :markdown="markdown" :text="word" class="d-inline-block" />
|
||||||
<Pronunciation v-if="pronunciation" :pronunciation="pronunciation" text />
|
<Pronunciation v-if="pronunciation" :pronunciation="pronunciation" text />
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user