-
-
Notifications
You must be signed in to change notification settings - Fork 24.2k
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
Fixed Firefox text overflow issue #1492
Fixed Firefox text overflow issue #1492
Conversation
Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken Fixes anuraghazra#664 Fixes anuraghazra#1134
@Electrenator is attempting to deploy a commit to the github readme stats Team on Vercel. A member of the Team first needs to authorize it. |
@Electrenator thanks for the PR, can you try using this cssToObject library instead? https://www.npmjs.com/package/@uppercod/css-to-object It should work. |
Moved the `css-to-object` package to @UpperCod's version for test fix. This doesn't seem to have the same issues as the older package
Thank you for the other library. That one doesn't seem to have any problems with the used css elements at all. The tests now also work again. The stats should now look like this: |
Codecov Report
@@ Coverage Diff @@
## master #1492 +/- ##
=======================================
Coverage 94.68% 94.68%
=======================================
Files 22 22
Lines 752 752
Branches 205 205
=======================================
Hits 712 712
Misses 36 36
Partials 4 4
Continue to review full report at Codecov.
|
* Fixed Firefox text overflow / overwriting issue Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken Fixes anuraghazra#664 Fixes anuraghazra#1134 * Fixed tests by moving to other css-to-object Moved the `css-to-object` package to @UpperCod's version for test fix. This doesn't seem to have the same issues as the older package * chore: cleanup test Co-authored-by: Anurag <hazru.anurag@gmail.com>
* Fixed Firefox text overflow / overwriting issue Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken Fixes anuraghazra#664 Fixes anuraghazra#1134 * Fixed tests by moving to other css-to-object Moved the `css-to-object` package to @UpperCod's version for test fix. This doesn't seem to have the same issues as the older package * chore: cleanup test Co-authored-by: Anurag <hazru.anurag@gmail.com>
* Fixed Firefox text overflow / overwriting issue Tests currently don't work becouse it appears that '@supports' is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself appear to not be broken Fixes anuraghazra#664 Fixes anuraghazra#1134 * Fixed tests by moving to other css-to-object Moved the `css-to-object` package to @UpperCod's version for test fix. This doesn't seem to have the same issues as the older package * chore: cleanup test Co-authored-by: Anurag <hazru.anurag@gmail.com>
This pull request fixes the Firefox overflow issues linked within this description. Both the tests and the cards should work like intended but now without text overflow issue within Firefox.
Tests currently don't work because it appears that@supports
is not supported by cssToObject used within the tests. I currently have no idea how to fix that test but the cards themself should work.Fixes #664
Fixes #1134