From eb10bcaa923cbc02501d4a70e12c90280428a602 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Fri, 15 Jun 2018 14:47:37 +0300 Subject: Remove small container width --- app/views/projects/wikis/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/wikis/edit.html.haml') 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) -- cgit v1.2.1