Skip to content

Commit ea25ecb

Browse files
authored
fix(i18n): set readme text direction to 'auto' (#1045)
1 parent 79eeee3 commit ea25ecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Readme.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function handleClick(event: MouseEvent) {
6161
<template>
6262
<article
6363
class="readme prose prose-invert max-w-[70ch] lg:max-w-none px-1"
64+
dir="auto"
6465
v-html="html"
6566
:style="{
6667
'--i18n-note': '\'' + $t('package.readme.callout.note') + '\'',

0 commit comments

Comments
 (0)