summaryrefslogtreecommitdiff
path: root/app/views/projects/_md_preview.html.haml
diff options
context:
space:
mode:
authorDominik Sander <git@dsander.de>2015-04-21 22:16:53 +0200
committerDominik Sander <git@dsander.de>2015-04-21 22:16:53 +0200
commit34b976fd27b98e97990b68d06f6b5b776fe210b6 (patch)
tree732bb3788c69263a6bec507aed1755cd2bb86c35 /app/views/projects/_md_preview.html.haml
parent3f73d611cb7f80aafffd5b4526eb0faeebf624f6 (diff)
downloadgitlab-ce-34b976fd27b98e97990b68d06f6b5b776fe210b6.tar.gz
Make issue preview look like the result
Diffstat (limited to 'app/views/projects/_md_preview.html.haml')
-rw-r--r--app/views/projects/_md_preview.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_md_preview.html.haml b/app/views/projects/_md_preview.html.haml
index f356a25dbfa..b869fd6e12a 100644
--- a/app/views/projects/_md_preview.html.haml
+++ b/app/views/projects/_md_preview.html.haml
@@ -9,5 +9,5 @@
%div
.md-write-holder
= yield
- .md-preview-holder.hide
+ .md.md-preview-holder.hide
.js-md-preview{class: (preview_class if defined?(preview_class))}