Skip to content

Commit

Permalink
Add overflow to "Leave a review" widget
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed May 15, 2024
1 parent 3ff2f2a commit 5e5a15c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class CustomTextButton extends StatelessWidget {
text,
style: style,
textAlign: TextAlign.center,
overflow: TextOverflow.visible,
),
),
);
Expand Down

0 comments on commit 5e5a15c

Please sign in to comment.