mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-13 10:09:21 +09: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.