From d0156ec0a51ab87dd07589f8db864d1878bffbd6 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Thu, 21 Dec 2017 19:43:57 +0200 Subject: Adjust content width for User Settings, GPG Keys - Limit content width for fixed layout --- app/views/profiles/gpg_keys/index.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/views/profiles/gpg_keys/index.html.haml b/app/views/profiles/gpg_keys/index.html.haml index 8dbb8aef31b..86ebec0179c 100644 --- a/app/views/profiles/gpg_keys/index.html.haml +++ b/app/views/profiles/gpg_keys/index.html.haml @@ -1,4 +1,5 @@ - page_title "GPG Keys" +- @content_class = "limit-container-width" unless fluid_layout = render 'profiles/head' .row.prepend-top-default -- cgit v1.2.1