-
-
Notifications
You must be signed in to change notification settings - Fork 908
Fix shrink wrap not applying correctly #530
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
Conversation
@ryan-berger could you check this one out? #507 is ready as per @erickok , I would like this to be merged beforehand so I can apply the same fixes to the widget rendering code in that PR. |
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.
Almost there, just some simplifications and questions to answer
@ryan-berger I've made the changes, let me know if there's anything else. |
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.
Couple small things
@ryan-berger cleaned that up too. Forgive me, I know these are better ways of styling code but sometimes I get back into that same rut of bad habits when I'm not paying close attention. I'll try to pay more attention from here on out, but bear with me in case I do make these errors every now and then. |
@tneotia No problem! I'm definitely not frustrated or mad, just trying to enforce concise code where possible. |
Fixes #290
Possibly fixes #297? Don't quite know what that issue is wanting.
This by itself does not fix the entire issue if the HTML would extend past the page width in the first place. For this to work without fail, people will have to do
However there is no longer an error when using the widget inside a
Row()
.@ryan-berger just a note for you, (if this will be merged) please merge this before #507 so I can also apply the
renderContext
attributes to the code I am using in that PR, then that will be ready to be merged as well.