Skip to content

Commit ab51315

Browse files
committed
fixup! feat(react-text-vr): bootstrap visuall-regression project
1 parent 9e8f4cb commit ab51315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/react-text/visual-regression/src/Text.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
title: 'Text Converged',
2929
decorators: [
3030
Story => (
31-
<div className="testWrapper" style={{ width: '250px' }}>
31+
<div className="testWrapper" style={{ width: '250px', padding: '10px' }}>
3232
<Story />
3333
</div>
3434
),

0 commit comments

Comments
 (0)