summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-21 14:08:26 -0700
committerStan Hu <stanhu@gmail.com>2015-09-21 14:08:26 -0700
commit0346e9724a8caf82378b5acc631d389f0cac64d9 (patch)
tree30c3674942ec859c9b74f390dbbeda9f6f27d273 /app/views/shared/issuable
parentc1399cbc6667361bb0c42a0cdf83aa175e4b9dac (diff)
downloadgitlab-ce-0346e9724a8caf82378b5acc631d389f0cac64d9.tar.gz
Tweak remaining CSS for Markdown preview
Missed a few items in !1378
Diffstat (limited to 'app/views/shared/issuable')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 1aa1e3c6c97..33ec726e93c 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -24,7 +24,7 @@
= f.label :description, 'Description', class: 'control-label'
.col-sm-10
- = render layout: 'projects/md_preview', locals: { preview_class: "wiki", referenced_users: true } do
+ = render layout: 'projects/md_preview', locals: { preview_class: "md-preview", referenced_users: true } do
= render 'projects/zen', f: f, attr: :description,
classes: 'description form-control'
.col-sm-12.hint