summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_info.html.haml
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-08-02 11:20:49 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-08-03 12:32:12 -0500
commit3ca979cda29ae38480c94f9f8715ce3c3f35ef8f (patch)
treeffac564b3a6f0abf2f03261da53e09d815436f03 /app/views/projects/pipelines/_info.html.haml
parent0050b3dfa2fc5aa8806ec98a2a11c4df09b935a9 (diff)
downloadgitlab-ce-3ca979cda29ae38480c94f9f8715ce3c3f35ef8f.tar.gz
Update commit description styles to monospace font and overflow-x
Diffstat (limited to 'app/views/projects/pipelines/_info.html.haml')
-rw-r--r--app/views/projects/pipelines/_info.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index 78e3b209686..ccb83148ded 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -2,7 +2,7 @@
%h3.commit-title
= markdown(commit.title, pipeline: :single_line)
- if commit.description.present?
- .commit-description<
+ %pre.commit-description<
= preserve(markdown(commit.description, pipeline: :single_line))
.info-well