]> source.dussan.org Git - gitea.git/commit
Fix long branch name overflows (#30345)
authorsilverwind <me@silverwind.io>
Tue, 16 Apr 2024 08:52:45 +0000 (10:52 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 08:52:45 +0000 (08:52 +0000)
commita658e2f277af435517f022355af697bdf588708e
tree4353183edd6a8fe9979dc3ae6001bed896715441
parent58b204b813cd3a97db904d889d552e64a7e398ff
Fix long branch name overflows (#30345)

Fixes: https://github.com/go-gitea/gitea/issues/27971
Fixes: https://github.com/go-gitea/gitea/pull/28010
<img width="689" alt="Screenshot 2024-04-09 at 00 19 57"
src="https://github.com/go-gitea/gitea/assets/115237/7c895a47-274f-40a6-a126-290658f1982d">

Also fixes a similar issue in issue list where CSS was there but not
active because of missing `display: block`.

<img width="372" alt="Screenshot 2024-04-09 at 00 18 25"
src="https://github.com/go-gitea/gitea/assets/115237/cfbee7cd-2e15-4ac7-96ce-020816f48798">
templates/repo/branch_dropdown.tmpl
templates/repo/issue/branch_selector_field.tmpl
templates/repo/issue/view_title.tmpl
templates/shared/issuelist.tmpl
web_src/css/base.css
web_src/css/repo.css
web_src/css/repo/issue-list.css
web_src/js/components/RepoBranchTagSelector.vue