The version-check input on the Releases page doesn't fit the version string
Author: CSY54Created Sep 17, 2026Updated Sep 17, 2026
Labelsdocumentation
Documentation is
- Missing
- Outdated
- Confusing
- Not sure?
Explain in Detail
The SupportedVersions.vue component currently reserves a fixed width of 100px for the unsupported version string. At first glance, i thought some content was missing, as the version string does not occupy the entire width allocated to the input field.
Your Suggestion for Changes
Replace width: 100px with field-sizing: content so the input grows or shrinks to fit the content, instead of reserving a constant 100px.
Reproduction
https://vite.dev/releases#supported-versions
Steps to reproduce
No response
Source: vitejs/vite