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 (
|
||||
<SettingLayout
|
||||
navigation={this.renderNavigation()}
|
||||
contentGaps={false}
|
||||
>
|
||||
{
|
||||
activeSetting && (
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -90,7 +90,6 @@ export class Preferences extends React.Component {
|
||||
<SettingLayout
|
||||
navigation={this.renderNavigation()}
|
||||
className="Preferences"
|
||||
contentGaps={false}
|
||||
>
|
||||
<Switch>
|
||||
<Route path={appURL()} component={Application}/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user