-
Notifications
You must be signed in to change notification settings - Fork 130
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(components): Force consistent height of Select across browsers #444
Conversation
Codecov Report
@@ Coverage Diff @@
## canary #444 +/- ##
=========================================
+ Coverage 74.49% 74.5% +0.01%
=========================================
Files 163 163
Lines 2290 2291 +1
Branches 389 389
=========================================
+ Hits 1706 1707 +1
Misses 462 462
Partials 122 122
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## canary #444 +/- ##
=========================================
+ Coverage 74.49% 74.5% +0.01%
=========================================
Files 163 163
Lines 2290 2291 +1
Branches 389 389
=========================================
+ Hits 1706 1707 +1
Misses 462 462
Partials 122 122
|
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.
👍
🎉 This PR is included in version 1.1.0-canary.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Purpose
On Firefox, the Select component is two pixels taller than on other browsers. Firefox includes the border-width in the overall height of the element despite box-sizing: border-box.
Approach and changes
Definition of done