]> source.dussan.org Git - gitea.git/commit
Don't let repo clone URL overflow (#19517)
authorGusted <williamzijl7@hotmail.com>
Tue, 26 Apr 2022 23:22:11 +0000 (23:22 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Apr 2022 23:22:11 +0000 (19:22 -0400)
commit3fbaa79c6e0964d01c21609a97b202df24eb7daf
treeb4caa6b7515143066a025b8bab2c2ba33ef9e9cb
parentcdab46220d62805b21474bfc1d3c2b5d9a63750f
Don't let repo clone URL overflow (#19517)

- 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.
templates/repo/clone_buttons.tmpl