Commit a38a1c61 authored by Zack Cuddy's avatar Zack Cuddy

Align Geo Settings Page Width

Currently the Geo Settings page
has a restricted width on fixed.

This causes it to look different than
the other Geo Pages.

This MR removes the restricted
fixed width. Making it behave
the same as the other Geo
Pages.
parent e51407e4
- if Gitlab::Geo.license_allows?
%section
.settings-header
%h4
= _('Geo Settings')
%p
= _('Geo allows you to replicate your GitLab instance to other geographical locations.')
%h2.page-title
= _('Geo Settings')
%p.page-subtitle.light
= _('Geo allows you to replicate your GitLab instance to other geographical locations.')
= form_for @application_setting, url: admin_geo_settings_path, html: { class: 'fieldset-form' } do |f|
= form_errors(@application_setting)
%fieldset
......
- page_title "Geo Settings"
- @content_class = "limit-container-width geo-admin-settings" unless fluid_layout
= render partial: 'admin/geo/shared/license_alert'
= render_if_exists 'admin/geo/settings/form'
---
title: Geo - Bring settings UI in-line with other Geo Views
merge_request: 31257
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment