Skip to content

Commit

Permalink
[test] Improve visual screenshot canva
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 6, 2024
1 parent ee92079 commit d7f3c42
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 @@ -73,7 +73,7 @@ function TestViewer(props) {
<div
aria-busy={!ready}
data-testid="testcase"
style={{ backgroundColor: '#fff', display: 'inline-block', padding: '8px' }}
style={{ display: 'block', padding: '8px' }}
>
{children}
</div>
Expand Down

0 comments on commit d7f3c42

Please sign in to comment.