Skip to content

Commit

Permalink
[test] Fix correct box-sizing reset in visual tests (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 8, 2024
1 parent 463d61a commit 7590f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regressions/TestViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function TestViewer(props) {
}
*, *::before, *::after {
boxSizing: inherit;
box-sizing: inherit;
/* Disable transitions to avoid flaky screenshots */
transition: none !important;
animation: none !important;
Expand Down

0 comments on commit 7590f59

Please sign in to comment.