-
Notifications
You must be signed in to change notification settings - Fork 704
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 bug with textbox clipping under small width and height #1344
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
@chingucoding Thanks! In the same vein there's #689 if you want to look at that one. |
@adrientetar I will take a look at it, thank you for pointing that issue out. |
🎉 Handy links: |
🎉 Handy links: |
Summary
Fix a bug with the TextBox component where it would start clipping when width and height is set to small values.
Motivation
Fixes #641.
Screenshots