Skip to content

Commit 32a71ce

Browse files
committed
Fix margin for pipeline_id in run detail view
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent e1094a2 commit 32a71ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/templates/pipeline_run_details.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1 class="title">{{ pipeline_name }} Run Log</h1>
4545
<div class="columns is-multiline is-vcentered is-mobile is-gapless">
4646
<div class="column is-one-fifth-desktop is-one-quarter-tablet is-half-mobile">
4747
<p class="is-size-7 has-text-weight-semibold">Pipeline ID</p>
48-
<p class="has-text-grey is-size-7">
48+
<p class="has-text-grey is-size-7 mr-2">
4949
{{ run.pipeline.pipeline_id }}
5050
<i class="fa fa-copy has-text-grey"
5151
id="copy-pipeline-id"
@@ -116,7 +116,7 @@ <h1 class="title">{{ pipeline_name }} Run Log</h1>
116116
</div>
117117
<div class="column is-one-fifth-desktop is-one-quarter-tablet is-half-mobile">
118118
<p class="is-size-7 has-text-weight-semibold">Job ID</p>
119-
<p class="has-text-grey is-size-7">
119+
<p class="has-text-grey is-size-7 mr-2">
120120
{{ run.run_id }}
121121
<i class="fa fa-copy has-text-grey"
122122
id="copy-job-id"

0 commit comments

Comments
 (0)