Skip to content

Commit

Permalink
For the countdown timer, remove the flex setting to try and avoid ove…
Browse files Browse the repository at this point in the history
…rflowing texts
  • Loading branch information
hjtappe committed Dec 5, 2024
1 parent c428275 commit bd214ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/countdown_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class CountdownPageState extends State<CountdownPage> {
),
),
Expanded(
flex: 1, // Adjust flex as needed
// flex: 1, // Adjust flex as needed
child: SizedBox(
width: MediaQuery
.of(context)
Expand Down

0 comments on commit bd214ef

Please sign in to comment.