mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-13 23:12:06 +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.