Skip to content

Add spacing above textarea

Chewbacca requested to merge fix-centering-of-compose-form into develop

Summary

The ideal solution is to change the items-start to items-center in the parent element, but we need items-start when the textarea is focused. Unfortunately, I don't think this warrants trying to push state up the tree from a child component via context or redux, so I just added some padding to quickly fix it.

Screenshots (if appropriate):

Before After
Screenshot_2022-12-14_at_12.28.52_PM Screenshot_2022-12-14_at_12.28.31_PM

Merge request reports

Loading