-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(text-area): allow wrapper to span the full width of its container #4995
fix(text-area): allow wrapper to span the full width of its container #4995
Conversation
Deploy preview for the-carbon-components ready! Built with commit 2439534 https://deploy-preview-4995--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 2439534 |
Deploy preview for carbon-components-react failed. Built with commit 2439534 https://app.netlify.com/sites/carbon-components-react/deploys/5e1cce5f88088b0008b2fb55 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 - Thanks @jendowns!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@jendowns, thank you for doing this! This might be the intended effect here but the TextArea for the storybook example is now spanning the whole page |
@abbeyhrt Yeah now I believe it is super similar to the |
@jendowns Gotcha, thanks for clarifying! |
hey @jendowns can you just provide a screen grab of what is changing? I looked at the preview link, but I'm not really sure what's different. Thanks! |
Hey @jeanservaas - no problem! Currently, the So this change shown in the PR deployment makes the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
…esign-system#4995) Co-authored-by: Josh Black <[email protected]> Co-authored-by: TJ Egan <[email protected]> Co-authored-by: jeanservaas <[email protected]>
Closes #4994
Set the
TextArea
wrapper towidth: 100%
so that it can span the full width of its container (like theTextInput
does).Changelog
New
width: 100%
style rule toTextArea
wrapper