-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 min-width to be equals to thumb size #14400
Fix min-width to be equals to thumb size #14400
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 767e3163956bae62c1e3b5e036badbdc65771d71 (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
@barahonajm just an FYI that I'm going to pull your branch down and see if I can't get past this odd build break. Thanks for the contribution here! |
Yes, that will be helpful I was wondering why this was failing, maybe the change on the azure-pipelines.yml 8 hours ago will solve it, I can rebase and try again |
@barahonajm If you can try a quick rebase when able that was going to be my first step :) |
e74fb18
to
5c86236
Compare
Done, hope it works now |
🎉 Handy links: |
* Fix min-width to be equals to thumb size * Change files
Pull request checklist
Description of changes
Changes the
min-width
to be equals to the size of the thumb, this is a change to keep consistency with the already merged PR microsoft/fast#3640