diff --git a/src/renderer/components/+preferences/preferences.scss b/src/renderer/components/+preferences/preferences.scss index 87942d4646..5c02312432 100644 --- a/src/renderer/components/+preferences/preferences.scss +++ b/src/renderer/components/+preferences/preferences.scss @@ -1,5 +1,2 @@ .Preferences { - .extensions { - --flex-gap: calc(var(--unit) * 2); - } } \ No newline at end of file diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx index 025dcb774a..5869fbe481 100644 --- a/src/renderer/components/+preferences/preferences.tsx +++ b/src/renderer/components/+preferences/preferences.tsx @@ -49,7 +49,7 @@ export class Preferences extends React.Component { onChange={({ value }: SelectOption) => preferences.colorTheme = value} /> -
+

Proxy

-
+

Start-up

-
+

Kubernetes

-
+

Kubectl binary

-
+

Helm Charts

-
+

Extensions

-
- {appPreferenceRegistry.getItems().map(({ title, components: { Hint, Input } }, index) => { - return ( -
-

{title}

- - - - -
- ); - })} -
+ {appPreferenceRegistry.getItems().map(({ title, components: { Hint, Input } }, index) => { + return ( +
+

{title}

+ + + + +
+ ); + })}
);