diff --git a/app/assets/css/app.css b/app/assets/css/app.css index b8bd2abb4..8f7944d92 100644 --- a/app/assets/css/app.css +++ b/app/assets/css/app.css @@ -84,16 +84,20 @@ body, .form-section-title { @apply text-gray-9; - @apply th-dark:text-gray-5; + @apply th-dark:text-white; @apply th-highcontrast:text-white; - margin-top: 5px; + margin-top: 20px; margin-bottom: 10px; padding-left: 0; font-weight: 500; font-size: 16px; } +.form-section-title:first-child { + margin-top: 5px; +} + .form-horizontal .control-label.text-left, .form-row .control-label.text-left { text-align: left; diff --git a/app/docker/views/docker-features-configuration/docker-features-configuration.html b/app/docker/views/docker-features-configuration/docker-features-configuration.html index ba24df82e..afc973cc2 100644 --- a/app/docker/views/docker-features-configuration/docker-features-configuration.html +++ b/app/docker/views/docker-features-configuration/docker-features-configuration.html @@ -5,7 +5,7 @@
-
Host and Filesystem
+
Host and filesystem
@@ -39,7 +39,7 @@
-
Change Window Setting
+
Change window setting
@@ -57,7 +57,7 @@
-
Docker Security Settings
+
Docker security settings
Other
-
+
diff --git a/app/react/components/form-components/FormSectionTitle/FormSectionTitle.tsx b/app/react/components/form-components/FormSectionTitle/FormSectionTitle.tsx index 2d7bfaf14..65c29f08c 100644 --- a/app/react/components/form-components/FormSectionTitle/FormSectionTitle.tsx +++ b/app/react/components/form-components/FormSectionTitle/FormSectionTitle.tsx @@ -33,7 +33,7 @@ export function FormSectionTitle({ return (