summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/edit.html.haml
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-15 14:47:37 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-06-15 14:52:31 +0300
commiteb10bcaa923cbc02501d4a70e12c90280428a602 (patch)
treec72d5f69247f75ca252fc63731b7437e487e7b62 /app/views/projects/wikis/edit.html.haml
parent59a2123db285ba738375f6c713a91df27085367a (diff)
downloadgitlab-ce-eb10bcaa923cbc02501d4a70e12c90280428a602.tar.gz
Remove small container width
Diffstat (limited to 'app/views/projects/wikis/edit.html.haml')
-rw-r--r--app/views/projects/wikis/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/edit.html.haml b/app/views/projects/wikis/edit.html.haml
index 35c7dc2984a..d80d2957466 100644
--- a/app/views/projects/wikis/edit.html.haml
+++ b/app/views/projects/wikis/edit.html.haml
@@ -1,4 +1,4 @@
-- @content_class = "limit-container-width limit-container-width-sm" unless fluid_layout
+- @content_class = "limit-container-width" unless fluid_layout
- page_title _("Edit"), @page.title.capitalize, _("Wiki")
= wiki_page_errors(@error)