diff --git a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.scss b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.scss index 496fc8a4a..d91823a4f 100644 --- a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.scss +++ b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.scss @@ -4,7 +4,7 @@ // correct position on mobile @media (max-width: 575.98px) { &.show { - margin-left: -175px !important; + margin-left: -245px !important; } } }