From d0156ec0a51ab87dd07589f8db864d1878bffbd6 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Thu, 21 Dec 2017 19:43:57 +0200 Subject: [PATCH] Adjust content width for User Settings, GPG Keys - Limit content width for fixed layout --- app/views/profiles/gpg_keys/index.html.haml | 1 + changelogs/unreleased/fix-profile-settings-content-width.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 changelogs/unreleased/fix-profile-settings-content-width.yml 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 diff --git a/changelogs/unreleased/fix-profile-settings-content-width.yml b/changelogs/unreleased/fix-profile-settings-content-width.yml new file mode 100644 index 00000000000..bf164dc587d --- /dev/null +++ b/changelogs/unreleased/fix-profile-settings-content-width.yml @@ -0,0 +1,5 @@ +--- +title: Adjust content width for User Settings, GPG Keys +merge_request: 16093 +author: George Tsiolis +type: fixed