1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove contentGaps prop

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-19 16:24:36 +03:00
parent 89a84faf14
commit 0c4cb415aa
3 changed files with 1 additions and 3 deletions

View File

@ -139,7 +139,6 @@ export class EntitySettings extends React.Component<Props> {
return (
<SettingLayout
navigation={this.renderNavigation()}
contentGaps={false}
>
{
activeSetting && (

View File

@ -512,7 +512,7 @@ export class Extensions extends React.Component<Props> {
return (
<DropFileInput onDropFiles={installOnDrop}>
<SettingLayout className="Extensions" contentGaps={false}>
<SettingLayout className="Extensions">
<section>
<h1>Extensions</h1>

View File

@ -90,7 +90,6 @@ export class Preferences extends React.Component {
<SettingLayout
navigation={this.renderNavigation()}
className="Preferences"
contentGaps={false}
>
<Switch>
<Route path={appURL()} component={Application}/>