Fix layout of branch selector (#3416)

This commit is contained in:
Naoki Takezoe
2023-11-12 22:58:18 +09:00
committed by GitHub
parent 4f3cd26cf4
commit 36de0b3097

View File

@@ -5,7 +5,6 @@
@gitbucket.core.helper.html.dropdown(
value = if(branch.length == 40) branch.substring(0, 10) else branch,
prefix = if(repository.branchList.contains(branch)) "branch" else if (repository.tags.map(_.name).contains(branch)) "tag" else "tree",
style = "min-width: 200px;",
maxValueWidth = "200px"
) {
<li>