diff --git a/ElectronClient/app/gui/ConfigScreen.jsx b/ElectronClient/app/gui/ConfigScreen.jsx index cade280e7b..a0627dfed9 100644 --- a/ElectronClient/app/gui/ConfigScreen.jsx +++ b/ElectronClient/app/gui/ConfigScreen.jsx @@ -117,10 +117,10 @@ class ConfigScreenComponent extends React.Component { }; return ( -
-
- {onNumChange(event)}} min={md.minimum} max={md.maximum} step={md.step}/> -
+
+
+ {onNumChange(event)}} min={md.minimum} max={md.maximum} step={md.step}/> +
); } else { console.warn('Type not implemented: ' + key);