- Notifications
You must be signed in to change notification settings - Fork33.8k
Fix #250737, Match count result overflow in Notebook findWidget#250738
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hi,@osortega Can you help me review the code? |
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.
Thank you for the community PR! This looks good to me 👍
With the additional CSS that was brought in via the earlier PR you mentioned, and (somewhat) recent changes to the starting width of the notebook find widget, this seems like a good fix.
b35b527
intomicrosoft:mainUh oh!
There was an error while loading.Please reload this page.
Before fix:

After fix:

I saw that the
minWidth
here was modified in this#147398 . Now after revising back to theminWidth
, it seems that there won't be any problems now either.