diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-06 12:22:59 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-06 12:22:59 -0600 |
commit | d2b7c39a55913a1ba416dae2711059e656a7d10a (patch) | |
tree | e61e832aac3a7e6a67fc33e6facff32eb3d157e2 | |
parent | 4d4a9b7c8a62b720e573a2bec67407acc455531a (diff) | |
download | gitlab-ce-d2b7c39a55913a1ba416dae2711059e656a7d10a.tar.gz |
Add padding to bottom of wiki page, fix #12921.
-rw-r--r-- | app/views/projects/wikis/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml index 1cb48a1e85d..9166c0edb3b 100644 --- a/app/views/projects/wikis/show.html.haml +++ b/app/views/projects/wikis/show.html.haml @@ -18,7 +18,7 @@ You can view the #{link_to "most recent version", namespace_project_wiki_path(@project.namespace, @project, @page)} or browse the #{link_to "history", namespace_project_wiki_history_path(@project.namespace, @project, @page)}. -.wiki-holder.prepend-top-default +.wiki-holder.prepend-top-default.append-bottom-default .wiki = preserve do = render_wiki_content(@page) |