summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.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/commits/_commit.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/commits/_commit.html.haml')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index feaf44e8c0a..7951a5ddc9e 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -44,7 +44,7 @@
#{ commit_text.html_safe }
- if commit.description?
- %pre.commit-row-description.js-toggle-content.prepend-top-8.append-bottom-8
+ %pre.commit-row-description.js-toggle-content.append-bottom-8
= preserve(markdown_field(commit, :description))
.commit-actions.flex-row.d-none.d-sm-flex