Skip to content

Commit dd5a984

Browse files
committed
Text overflow fixed
1 parent 1bc9d91 commit dd5a984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/about/about.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class _AboutPageState extends State<AboutPage> {
112112
),
113113
),
114114
SizedBox(
115-
width: 95.w,
115+
width: 85.w,
116116
child: FittedBox(
117117
fit: BoxFit.fitWidth,
118118
child: RichText(

0 commit comments

Comments
 (0)