-
You must be signed in to change notification settings -
Reduce space inside BoxOps and fix layering issues with boxes #14529
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
One or more of the following people are relevant to this code:
|
Pull Request Test Coverage Report for Build 15430500343Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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.
Thanks Ed - this looks like a nice improvement!
…#14529) * Fix typing-extensions * Reduce box sizing * Fix layering of BoxOps with other ops * Lint and comments * Update ref image * Add release note --------- Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
Summary
Fixes #14506
Details and comments
This PR fixes an issue with BoxOps where there was an empty space on the left side of the box. Additionally this fixes an issue where other ops would not appear properly in layers that contained BoxOps. With this PR, a box containing noops disappears since it has a 0 width. If that's an issue, we can create a special case for empty boxes and widen the outside box and include an empty box inside.