We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374f75 commit 0a070a9Copy full SHA for 0a070a9
1 file changed
app/components/Package/Versions.vue
@@ -554,7 +554,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
554
:aria-invalid="isInvalidRange ? 'true' : undefined"
555
:aria-describedby="isInvalidRange ? 'semver-filter-error' : undefined"
556
autocomplete="off"
557
- class="flex-1 min-w-0"
+ class="flex-1 min-w-0 max-sm:placeholder:text-2xs"
558
:class="isInvalidRange ? '!border-red-500' : ''"
559
size="small"
560
/>
0 commit comments