mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-03 04:46:43 +01: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.