diff --git a/src/components/ModalsContainer/BlueprintModal/Body/index.tsx b/src/components/ModalsContainer/BlueprintModal/Body/index.tsx index b67edd6199..96152c96f9 100644 --- a/src/components/ModalsContainer/BlueprintModal/Body/index.tsx +++ b/src/components/ModalsContainer/BlueprintModal/Body/index.tsx @@ -270,7 +270,7 @@ const InnerEditorWrapper = styled.div` } @media (max-width: 924px) { - max-height: calc(65vh - 20px); + max-height: calc(65vh - 22px); } `