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:
parent
89a84faf14
commit
0c4cb415aa
@ -139,7 +139,6 @@ export class EntitySettings extends React.Component<Props> {
|
|||||||
return (
|
return (
|
||||||
<SettingLayout
|
<SettingLayout
|
||||||
navigation={this.renderNavigation()}
|
navigation={this.renderNavigation()}
|
||||||
contentGaps={false}
|
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
activeSetting && (
|
activeSetting && (
|
||||||
|
|||||||
@ -512,7 +512,7 @@ export class Extensions extends React.Component<Props> {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<DropFileInput onDropFiles={installOnDrop}>
|
<DropFileInput onDropFiles={installOnDrop}>
|
||||||
<SettingLayout className="Extensions" contentGaps={false}>
|
<SettingLayout className="Extensions">
|
||||||
<section>
|
<section>
|
||||||
<h1>Extensions</h1>
|
<h1>Extensions</h1>
|
||||||
|
|
||||||
|
|||||||
@ -90,7 +90,6 @@ export class Preferences extends React.Component {
|
|||||||
<SettingLayout
|
<SettingLayout
|
||||||
navigation={this.renderNavigation()}
|
navigation={this.renderNavigation()}
|
||||||
className="Preferences"
|
className="Preferences"
|
||||||
contentGaps={false}
|
|
||||||
>
|
>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route path={appURL()} component={Application}/>
|
<Route path={appURL()} component={Application}/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user