+
+
+
{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: {{$.locale.Tr "actions.runs.commit"}}
+
{{ShortSha .CommitSHA}}{{$.locale.Tr "actions.runs.pushed_by"}} {{.TriggerUser.GetDisplayName}}
{{if .RefLink}}
{{.PrettyRef}}
@@ -17,10 +21,6 @@
{{end}}
-
-
{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: {{$.locale.Tr "actions.runs.commit"}}
-
{{ShortSha .CommitSHA}} {{$.locale.Tr "actions.runs.pushed_by"}} {{.TriggerUser.GetDisplayName | Escape}}
-
{{TimeSinceUnix .Updated $.locale}}
diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue
index aadc8369b7..bf84186c1a 100644
--- a/web_src/js/components/RepoActionView.vue
+++ b/web_src/js/components/RepoActionView.vue
@@ -43,8 +43,7 @@
-
-
+
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less
index 08589fdaab..91ea2268e2 100644
--- a/web_src/less/helpers.less
+++ b/web_src/less/helpers.less
@@ -3,6 +3,7 @@
.gt-dif { display: inline-flex !important; }
.gt-dib { display: inline-block !important; }
.gt-ac { align-items: center !important; }
+.gt-ab { align-items: baseline !important; }
.gt-tc { text-align: center !important; }
.gt-tl { text-align: left !important; }
.gt-tdn { text-decoration: none !important; }
diff --git a/web_src/less/shared/issuelist.less b/web_src/less/shared/issuelist.less
index 8d4cfc46d4..9f69d6bb3a 100644
--- a/web_src/less/shared/issuelist.less
+++ b/web_src/less/shared/issuelist.less
@@ -23,6 +23,14 @@
.issue-item-main {
width: 100%;
}
+
+ .action-item-main {
+ width: 80%;
+ }
+
+ .issue-item-right {
+ width: 15%;
+ }
.issue-item-top-row {
max-width: 100%;
@@ -30,6 +38,14 @@
font-size: 16px;
min-width: 0;
font-weight: 600;
+ a.index {
+ max-width: fit-content;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
+ overflow: hidden;
+ word-break:break-all;
+ }
}
.labels-list {