twenty
twenty copied to clipboard
Missing bottom margin and unexpected left margin
Bug Description
I've noticed to regressions on the design:
- We are missing a 12px bottom margin or padding:
See: https://www.figma.com/file/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=568%3A41661&mode=dev
- We have an additional 12px left margin or padding on the main container:
This left margin should not exist. I suspect that we have mixed things while working on responsiveness.
Expected behavior
- 12px bottom margin
- no additional 12px left margin
Compare with Figma: https://www.figma.com/file/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=478%3A19796&mode=dev
Technical inputs
However, make sure the behavior on mobile (screen with small width) do not change. You might have to use useIsMobile if these margins are useful on mobile
@Bonapara FYI so you don't re-create it!
may i take this issue?
Sure! Thank you!
@HuijungYoon As this issue needs to be fixed before 0.2.2 release, I will tackle it, feel free to take any other good first issue :)
This was fixed. Closing!