diff options
author | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2018-12-05 16:30:22 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2018-12-05 16:30:22 +0000 |
commit | 6ad269f92b4a1afc013b2faf90cdf1cfb2fc4ad7 (patch) | |
tree | 486a2fcdf96e00a76edeefde4967aed0cf022d25 | |
parent | fadcd224aa8e3d31e93af5bb49965d9366eac94a (diff) | |
parent | ed4e15f200bd9bf5a42104dc29f202f816a3e289 (diff) | |
download | gitlab-ce-6ad269f92b4a1afc013b2faf90cdf1cfb2fc4ad7.tar.gz |
Merge branch 'gt-change-container-width-for-project-import' into 'master'
Change container width for project import
See merge request gitlab-org/gitlab-ce!23318
-rw-r--r-- | app/views/projects/imports/show.html.haml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/gt-change-container-width-for-project-import.yml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/imports/show.html.haml b/app/views/projects/imports/show.html.haml index 3b0c828ccd1..422a3a22f87 100644 --- a/app/views/projects/imports/show.html.haml +++ b/app/views/projects/imports/show.html.haml @@ -1,4 +1,6 @@ - page_title import_in_progress_title +- @no_container = true +- @content_class = "limit-container-width" unless fluid_layout .save-project-loader .center diff --git a/changelogs/unreleased/gt-change-container-width-for-project-import.yml b/changelogs/unreleased/gt-change-container-width-for-project-import.yml new file mode 100644 index 00000000000..ec2beb15912 --- /dev/null +++ b/changelogs/unreleased/gt-change-container-width-for-project-import.yml @@ -0,0 +1,5 @@ +--- +title: Change container width for project import +merge_request: 23318 +author: George Tsiolis +type: fixed |