Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-08-02 19:20:49 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2018-08-03 20:32:12 +0300
commit3ca979cda29ae38480c94f9f8715ce3c3f35ef8f (patch)
treeffac564b3a6f0abf2f03261da53e09d815436f03 /app/views/projects/pipelines
parent0050b3dfa2fc5aa8806ec98a2a11c4df09b935a9 (diff)
Update commit description styles to monospace font and overflow-x
Diffstat (limited to 'app/views/projects/pipelines')
-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