Skip to content

Commit

Permalink
fix: settings page margin (#2707)
Browse files Browse the repository at this point in the history
Co-authored-by: kyle-ssg <kyle@solidstategroup.com>
  • Loading branch information
dabeeeenster and kyle-ssg committed Aug 30, 2023
1 parent e65b460 commit ef0ca42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/web/components/pages/EnvironmentSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const EnvironmentSettingsPage = class extends Component {
const has4EyesPermission = Utils.getPlansPermission('4_EYES')

return (
<div className='app-container'>
<div className='app-container container'>
<ProjectProvider
onRemoveEnvironment={this.onRemoveEnvironment}
id={this.props.match.params.projectId}
Expand Down Expand Up @@ -224,7 +224,7 @@ const EnvironmentSettingsPage = class extends Component {
}, 10)
}
return (
<div className='app-container container'>
<>
<PageTitle title='Settings' />
{isLoading && (
<div className='centered-container'>
Expand Down Expand Up @@ -812,7 +812,7 @@ const EnvironmentSettingsPage = class extends Component {
</TabItem>
</Tabs>
)}
</div>
</>
)
}}
</ProjectProvider>
Expand Down

3 comments on commit ef0ca42

@vercel
Copy link

@vercel vercel bot commented on ef0ca42 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ef0ca42 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on ef0ca42 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.