diff --git a/app/javascript/react/screens/App/Settings/Settings.scss b/app/javascript/react/screens/App/Settings/Settings.scss index cc0cebcdf0..c0ac7137c5 100644 --- a/app/javascript/react/screens/App/Settings/Settings.scss +++ b/app/javascript/react/screens/App/Settings/Settings.scss @@ -2,6 +2,15 @@ margin-bottom: 25px; } +.migration-settings h3 { + margin-top: 40px; + margin-bottom: 15px; +} + +.migration-settings label.control-label { + margin-bottom: 0; +} + .conversion-hosts-list .list-view-pf-main-info { padding: 10px 0; } diff --git a/app/javascript/react/screens/App/Settings/screens/GeneralSettings/GeneralSettings.js b/app/javascript/react/screens/App/Settings/screens/GeneralSettings/GeneralSettings.js index 9d7c28103e..05df82cc64 100644 --- a/app/javascript/react/screens/App/Settings/screens/GeneralSettings/GeneralSettings.js +++ b/app/javascript/react/screens/App/Settings/screens/GeneralSettings/GeneralSettings.js @@ -62,12 +62,12 @@ export class GeneralSettings extends React.Component { return (
-
+

{__('Concurrent Migrations')}

- + {__('Maximum concurrent migrations per conversion host')} - -
+
- +
{__('Maximum concurrent migrations per provider')}
-
+
- +