mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-15 22:44:44 +02:00
- 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.