Skip to content

Commit 0a070a9

Browse files
committed
fix: prevent semver filter placeholder text from being truncated on small mobile screens
1 parent e374f75 commit 0a070a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/Versions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
554554
:aria-invalid="isInvalidRange ? 'true' : undefined"
555555
:aria-describedby="isInvalidRange ? 'semver-filter-error' : undefined"
556556
autocomplete="off"
557-
class="flex-1 min-w-0"
557+
class="flex-1 min-w-0 max-sm:placeholder:text-2xs"
558558
:class="isInvalidRange ? '!border-red-500' : ''"
559559
size="small"
560560
/>

0 commit comments

Comments
 (0)