Skip to content

Commit 428a020

Browse files
authored
feat: add RTL support to PackageSkeleton (#349)
1 parent de0bb88 commit 428a020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/PackageSkeleton.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@
110110
</h2>
111111
<!-- code-block with relative positioning for copy button -->
112112
<div class="relative">
113-
<div class="code-block pr-16">
113+
<div class="code-block pe-16">
114114
<span class="skeleton inline-block h-5 w-52" />
115115
</div>
116-
<span class="skeleton absolute top-3 right-3 h-6 w-12 rounded" />
116+
<span class="skeleton absolute top-3 inset-ie-3 h-6 w-12 rounded" />
117117
</div>
118118
</section>
119119

0 commit comments

Comments
 (0)