[Contact Page] Add `c-input` modifier for more padding
Closed this issue · 1 comments
tylersticka commented
In our prototype contact page, there is a textarea that is prefilled with multi-line content. The padding of the textarea works well for textareas that are adjacent to other form fields, but on its own with multiple lines of content, it feels a little off balance.
| Current | Proposed Modifier |
|---|---|
![]() |
![]() |
tylersticka commented
After futzing with a few solutions, I don't know that I think this belongs on the component.
It's really only an issue when there is a lone textarea that happens to include multiple line breaks in it to begin with, which feels very… niche. And niche design changes are what utility classes are for. And we already have padding classes.
I'm going to close this and say we should use a padding utility for now.

