File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ watch(open, isOpen => {
125125 >
126126 <span class =" text-fg-subtle" >$</span >
127127 <span class =" text-fg-subtle ms-2" >{{ executeNpmxConnectorCommand }}</span >
128- <div class =" ml -auto flex items-center gap-2" >
128+ <div class =" ms -auto flex items-center gap-2" >
129129 <PackageManagerSelect />
130130
131131 <button
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ function handleKeydown(event: KeyboardEvent) {
9191 </template >
9292 </ClientOnly >
9393 <span
94- class =" i-carbon- chevron-down w-3 h-3"
94+ class =" i-carbon: chevron-down w-3 h-3"
9595 :class =" [
9696 { 'rotate-180': isOpen },
9797 prefersReducedMotion ? '' : 'transition-transform duration-200',
@@ -120,7 +120,7 @@ function handleKeydown(event: KeyboardEvent) {
120120 : undefined
121121 "
122122 :aria-label =" $t('settings.package_manager')"
123- class =" absolute right- 0 top-full mt-1 min-w-28 bg-bg-elevated border border-border rounded-lg shadow-lg z-50 overflow-hidden py-1"
123+ class =" absolute inset-ie- 0 top-full mt-1 min-w-28 bg-bg-elevated border border-border rounded-lg shadow-lg z-50 py-1"
124124 >
125125 <li
126126 v-for =" (pm, index) in packageManagers"
@@ -140,7 +140,7 @@ function handleKeydown(event: KeyboardEvent) {
140140 <span >{{ pm.label }}</span >
141141 <span
142142 v-if =" selectedPM === pm.id"
143- class =" i-carbon- checkmark w-3 h-3 text-accent ml -auto shrink-0"
143+ class =" i-carbon: checkmark w-3 h-3 text-accent ms -auto shrink-0"
144144 aria-hidden =" true"
145145 />
146146 </li >
You can’t perform that action at this time.
0 commit comments