[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(i18n): set readme text direction to `'auto'` (#1045)

authored by

Bobbie Goede and committed by
GitHub
ea25ecbd 79eeee3b

+1
+1
app/components/Readme.vue
··· 61 61 <template> 62 62 <article 63 63 class="readme prose prose-invert max-w-[70ch] lg:max-w-none px-1" 64 + dir="auto" 64 65 v-html="html" 65 66 :style="{ 66 67 '--i18n-note': '\'' + $t('package.readme.callout.note') + '\'',