Skip to content

Commit 5f2726b

Browse files
fix overflow in example
1 parent ab05c23 commit 5f2726b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/lib/storybook/stories/help_widget_story.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ WidgetbookComponent get helpWidgetStory => WidgetbookComponent(
3939
alignment: Alignment.center,
4040
color: _backgroundColor,
4141
child: CardRounded(
42+
padding: EdgeInsets.zero,
4243
backgroundColor: Colors.black,
4344
height: testHeight,
4445
width: testWidth,

0 commit comments

Comments
 (0)