summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
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/commit
parent0050b3dfa2fc5aa8806ec98a2a11c4df09b935a9 (diff)
downloadgitlab-ce-3ca979cda29ae38480c94f9f8715ce3c3f35ef8f.tar.gz
Update commit description styles to monospace font and overflow-x
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_commit_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml
index 8afbbaf378f..aab5712d197 100644
--- a/app/views/projects/commit/_commit_box.html.haml
+++ b/app/views/projects/commit/_commit_box.html.haml
@@ -55,7 +55,7 @@
%h3.commit-title
= markdown_field(@commit, :title)
- if @commit.description.present?
- .commit-description<
+ %pre.commit-description<
= preserve(markdown_field(@commit, :description))
.info-well