We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d30ab6 commit d278ee0Copy full SHA for d278ee0
app/components/Terminal/Install.vue
@@ -104,7 +104,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
104
<span class="w-2.5 h-2.5 rounded-full bg-fg-subtle" />
105
106
</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">
+ <div class="px-3 pt-2 pb-3 sm:px-4 sm:pt-3 sm:pb-4 space-y-1 overflow-x-auto">
108
<!-- Install command - render all PM variants, CSS controls visibility -->
109
<div
110
v-for="pm in packageManagers"
0 commit comments