diff --git a/lib/pages/PizzaEventPage.dart b/lib/pages/PizzaEventPage.dart index eb92660..8c339ea 100644 --- a/lib/pages/PizzaEventPage.dart +++ b/lib/pages/PizzaEventPage.dart @@ -63,8 +63,8 @@ class PizzaEventPageState extends State { ), Table( columnWidths: const { - 0: FlexColumnWidth(5), - 1: FlexColumnWidth(5), + 0: FlexColumnWidth(4), + 1: FlexColumnWidth(3), 3: FlexColumnWidth(1), }, children: [ @@ -79,8 +79,8 @@ class PizzaEventPageState extends State { ), Table( columnWidths: const { - 0: FlexColumnWidth(5), - 1: FlexColumnWidth(5), + 0: FlexColumnWidth(4), + 1: FlexColumnWidth(3), 2: FlexColumnWidth(1), }, children: [ diff --git a/todo.md b/todo.md index dc18f54..bfeba19 100644 --- a/todo.md +++ b/todo.md @@ -10,5 +10,4 @@ ## Refactor -## Bug -'bought' text on pizza event page is clipped \ No newline at end of file +## Bug \ No newline at end of file