-
Notifications
You must be signed in to change notification settings - Fork 34
fix(MessageBar): updated padding on action buttons #773
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
base: main
Are you sure you want to change the base?
Conversation
|
Preview: https://chatbot-pr-chatbot-773.surge.sh A11y report: https://chatbot-pr-chatbot-773-a11y.surge.sh |
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.
Inline looks better to me, but it still looks funky on multi-line! (Looking at https://chatbot-pr-chatbot-773.surge.sh/extensions/chatbot/overview/demo/compact-chatbot/)
|
@kaylachumley wdyt about the above screenshot? The Send button now gets pretty close to the border of the message bar when things wrap in the input area. I pushed an update to help resolve this, there were some styles that didn't look to be applied right. Went with small spacers top and bottom; you can test it out in the compact demo and entering new lines in the message bar input field |
7b00849 to
61e8b70
Compare
rebeccaalpert
left a comment
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.
Looks good to me; thank you!
Closes #767