diff --git a/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.module.scss b/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.module.scss index f9786ddd597a..43b6fa9fc14f 100644 --- a/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.module.scss +++ b/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.module.scss @@ -35,8 +35,3 @@ // used to control svg size font-size: 14px; } - -.flush { - padding: 0; - gap: 0; -} diff --git a/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.tsx b/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.tsx index a203ced39949..2e36be9d248e 100644 --- a/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.tsx +++ b/airbyte-webapp/src/components/connection/ConnectionForm/ConnectionFormFields.tsx @@ -127,7 +127,7 @@ export const ConnectionFormFields: React.FC = ({ valu )} -
+
> = ({ title, children, className }) => { +export const Section: React.FC> = ({ title, flush, children, className }) => { return ( -
+
{title && ( {title}