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

improvement: remove wrapping div from ConfirmButton #699

Merged

Conversation

gidomanders
Copy link
Member

The ConfirmButton has a wrapping div (default display inline), that is unnecessary and causes layout problems.

Changed wrapping div to react fragment.

The ConfirmButton has a wrapping div (default display inline), that is
unnecessary and causes layout problems.

Changed wrapping div to react fragment.
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Merging #699 (a59e338) into master (591defc) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #699   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          131       131           
  Lines         2773      2773           
  Branches       819       818    -1     
=========================================
  Hits          2773      2773           
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/core/ConfirmButton/ConfirmButton.tsx 100.00% <100.00%> (ø)

@gidomanders gidomanders merged commit 3f87369 into master Jul 5, 2023
@gidomanders gidomanders deleted the improvement/remove-wrapping-div-in-confirmbutton branch July 5, 2023 14:20
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.

1 participant