Skip to content
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 clickable areas #281

Merged
merged 5 commits into from
Dec 2, 2019
Merged

Fix clickable areas #281

merged 5 commits into from
Dec 2, 2019

Conversation

dominik-zeglen
Copy link
Contributor

I want to merge this change because it resolves #258

Pull Request Checklist

  1. All visible strings are translated with proper context.
  2. All data-formatting is locale-aware (dates, numbers, and so on).
  3. Translated strings are extracted to .pot file.
  4. Number of API calls is optimized.
  5. The changes are tested.
  6. Type definitions are up to date.
  7. Changes are mentioned in the changelog.

@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #281 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
+ Coverage   73.96%   73.97%   +<.01%     
==========================================
  Files         606      606              
  Lines        6519     6521       +2     
  Branches     1070     1072       +2     
==========================================
+ Hits         4822     4824       +2     
  Misses       1510     1510              
  Partials      187      187
Impacted Files Coverage Δ
...electField/MultiAutocompleteSelectFieldContent.tsx 72.97% <100%> (+0.75%) ⬆️
...lectField/SingleAutocompleteSelectFieldContent.tsx 69.44% <100%> (+0.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e30bb7...56f6744. Read the comment docs.

@maarcingebala maarcingebala merged commit b989a53 into master Dec 2, 2019
@maarcingebala maarcingebala deleted the fix/dropdown-items branch December 2, 2019 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix clickable area for dropdown items
2 participants