mirror of
https://github.com/go-gitea/gitea
synced 2025-02-01 20:44:28 +00:00
3fbaa79c6e
- Apparently `<input>` elements differ from other elements have a size attribute that act as a `min-width` CSS property, this causes a overflow on mobile. By setting this size to `1` it doesn't try to force a min-width and nicely shrink down.