From 5e5a15c0ad9a148987957a40444c736e85d57ef9 Mon Sep 17 00:00:00 2001 From: Andrea Bizzotto Date: Wed, 15 May 2024 10:32:31 +0100 Subject: [PATCH] Add overflow to "Leave a review" widget --- ecommerce_app/lib/src/common_widgets/custom_text_button.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/ecommerce_app/lib/src/common_widgets/custom_text_button.dart b/ecommerce_app/lib/src/common_widgets/custom_text_button.dart index c39315bc..c72495db 100644 --- a/ecommerce_app/lib/src/common_widgets/custom_text_button.dart +++ b/ecommerce_app/lib/src/common_widgets/custom_text_button.dart @@ -19,6 +19,7 @@ class CustomTextButton extends StatelessWidget { text, style: style, textAlign: TextAlign.center, + overflow: TextOverflow.visible, ), ), );