]> source.dussan.org Git - gitea.git/commit
Fix truncated organization names (#14655)
authorvnkmpf <tz@zztt.eu>
Fri, 12 Feb 2021 01:29:07 +0000 (02:29 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 01:29:07 +0000 (03:29 +0200)
commit51fb0463a349fd6eeb58ceeebd9ccf2267200ae6
tree9a97da5924b6bfdfb77959ca63ad705abdcd6584
parent5a18712dd7dcffecf88d3071381a836a543d8f2a
Fix truncated organization names (#14655)

* Fix truncated organization names

Previous ellipsis implementation hid vertical overflow - image + descent line of letters.
Organization visibility in select on dashboard was not always visible.
This commit extracts classes which don't make collisions with other items on page.
12 files changed:
templates/repo/create.tmpl
templates/repo/migrate/git.tmpl
templates/repo/migrate/gitea.tmpl
templates/repo/migrate/github.tmpl
templates/repo/migrate/gitlab.tmpl
templates/repo/migrate/gogs.tmpl
templates/repo/pulls/fork.tmpl
templates/user/dashboard/navbar.tmpl
templates/user/project.tmpl
web_src/less/_base.less
web_src/less/_dashboard.less
web_src/less/_form.less