diff --git a/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/ConditionSection.module.scss b/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/ConditionSection.module.scss index 98e1c235709f4..abd86c78739e7 100644 --- a/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/ConditionSection.module.scss +++ b/airbyte-webapp/src/views/Connector/ServiceForm/components/Sections/ConditionSection.module.scss @@ -1,8 +1,8 @@ -@use "../../../../../scss/colors"; +@use "scss/colors"; .groupDropdown { margin-left: auto; padding: 0 2px; background-color: colors.$white; - min-width: 240px; + min-width: calc(50% - 100px); }