-
Notifications
You must be signed in to change notification settings - Fork 27
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: lock-button-tooltip #1768 #1861
fix: lock-button-tooltip #1768 #1861
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@justvanrossum I checke out the branch and tested it. I can confirm that it fixes the issue with the tooltip: |
Does adding padding to |
I sadly don't have experiences with The following might also be interesting to read: I am wondering if this should be done in other places as well? |
My question wasn't about I'm curious if there is a difference in appearance before and after:
|
The branch fixes the clipping issue. But there is more. I’d propose a component |
@justvanrossum I don't see any differences. Here are some screenshots in compare with our main branch: |
I don't think we should – at this time – go beyond fixing the issue at hand, though. This looks good, and I will play with it a bit, and then merge. Btw. please sign that CLA thing.... |
Proposal #1868 |
ui-form
overflow and padding on:host
(to prevent clipping)selection-info
andselection-transformation
(keeps flex settings within parent element scope)