Updated padding for GlFormTextarea
The current GlFormTextarea component padding appears to be 6px 12px
- Design System: https://design.gitlab.com/components/forms
- Storybook: https://gitlab-org.gitlab.io/gitlab-ui/?path=/story/base-form-form-textarea--default
The Form Sketch (https://gitlab-org.gitlab.io/gitlab-design/hosted/design-gitlab-specs/forms-spec-previews/) displays padding as 8px 12px
This merge request will update the padding. It:
- Adds the file
form_textarea.scss
so custom styles can be added to form_textarea - Add padding styles to form_textarea.
Closes #645 (closed)
Edited by Emily Ring