From 45e4bdc3f85d9757e8ce39b83ecd0e0a53000076 Mon Sep 17 00:00:00 2001 From: Volodymyr Petrov Date: Thu, 20 Oct 2022 16:59:07 +0300 Subject: [PATCH 1/2] fixed ConditionSection width --- .../components/Sections/ConditionSection.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 98e1c235709f..f42ec3ab5d37 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 @@ -4,5 +4,5 @@ margin-left: auto; padding: 0 2px; background-color: colors.$white; - min-width: 240px; + min-width: calc(50% - 100px); } From 88c93cc08814d3337b54ff43c68a8f21965db0d0 Mon Sep 17 00:00:00 2001 From: Volodymyr Petrov Date: Thu, 20 Oct 2022 16:59:57 +0300 Subject: [PATCH 2/2] fixed relative scss colors import --- .../components/Sections/ConditionSection.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f42ec3ab5d37..abd86c78739e 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,4 +1,4 @@ -@use "../../../../../scss/colors"; +@use "scss/colors"; .groupDropdown { margin-left: auto;