2284 fix(frontend): layout shift in date input (#2292)

* fix(frontend): layout shift in date input

* Fix Inline Cell overlay being shifted

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Kanav Arora
2023-10-31 17:00:10 +05:30
committed by GitHub
parent ec8389cecf
commit b319ba66ac
3 changed files with 1 additions and 2 deletions
@@ -8,6 +8,7 @@ const StyledFieldInputOverlay = styled.div`
${overlayBackground}
display: flex;
height: 32px;
margin: -1px;
width: 100%;
`;