From dd971d3bbf7ee9c78795434fb5c960c7c84cdf82 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 5 Nov 2023 18:52:08 -0800 Subject: [PATCH] Fix position of custom fields dropdown on mobile --- .../custom-fields-dropdown.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } }