Skip to content

Commit d278ee0

Browse files
committed
fix: undo ltr direction on install command
better fix implemented in npmx-dev#1055
1 parent 4d30ab6 commit d278ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Terminal/Install.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
104104
<span class="w-2.5 h-2.5 rounded-full bg-fg-subtle" />
105105
<span class="w-2.5 h-2.5 rounded-full bg-fg-subtle" />
106106
</div>
107-
<div class="px-3 pt-2 pb-3 sm:px-4 sm:pt-3 sm:pb-4 space-y-1 overflow-x-auto" dir="ltr">
107+
<div class="px-3 pt-2 pb-3 sm:px-4 sm:pt-3 sm:pb-4 space-y-1 overflow-x-auto">
108108
<!-- Install command - render all PM variants, CSS controls visibility -->
109109
<div
110110
v-for="pm in packageManagers"

0 commit comments

Comments
 (0)