File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/pages/package/[[org]]/[name] Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,13 +205,13 @@ const flatItems = computed<FlatItem[]>(() => {
205205 <InputBase
206206 v-model =" versionFilterInput"
207207 type =" text"
208- :placeholder =" $t('package.versions.version_filter_placeholder ')"
209- :aria-label =" $t('package.versions.version_filter_label ')"
208+ :placeholder =" $t('package.versions.filter_placeholder ')"
209+ :aria-label =" $t('package.versions.filter_placeholder ')"
210210 :aria-invalid =" isInvalidRange ? 'true' : undefined"
211211 :aria-describedby =" isInvalidRange ? 'version-filter-error' : undefined"
212212 autocomplete =" off"
213213 size =" small"
214- class =" w-36 sm:w-44 "
214+ class =" w-36 sm:w-64 "
215215 :class =" isInvalidRange ? 'pe-7 !border-red-500' : ''"
216216 />
217217 <Transition
You can’t perform that action at this time.
0 commit comments