-
-
{{ctx.Locale.Tr "repository"}}
-
-
{{.Repository.FullName}}
-
-
-
-
- {{ctx.Locale.Tr "repo.milestones.title"}}
-
-
-
- {{ctx.Locale.Tr "repo.issues.reference_issue.body"}}
-
-
-
-
+
+
+
+
{{.Repository.FullName}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/web_src/css/base.css b/web_src/css/base.css
index d2788babb9..23ef576671 100644
--- a/web_src/css/base.css
+++ b/web_src/css/base.css
@@ -453,6 +453,7 @@ a.label,
.ui.selection.dropdown .menu > .item {
border-color: var(--color-secondary);
+ white-space: nowrap;
}
.ui.selection.visible.dropdown > .text:not(.default) {
@@ -474,6 +475,12 @@ a.label,
color: var(--color-text-light-2);
}
+.ui.dropdown > .text {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
/* extend fomantic style '.ui.dropdown > .text > img' to include svg.img */
.ui.dropdown > .text > .img {
margin-left: 0;