changed widths of columns on the pizza event page, so that 'bought' wasn't being clipped
This commit is contained in:
parent
bb3d825d4b
commit
44c830ab7e
2 changed files with 5 additions and 6 deletions
|
@ -63,8 +63,8 @@ class PizzaEventPageState extends State<PizzaEventPage> {
|
|||
),
|
||||
Table(
|
||||
columnWidths: const <int, TableColumnWidth>{
|
||||
0: FlexColumnWidth(5),
|
||||
1: FlexColumnWidth(5),
|
||||
0: FlexColumnWidth(4),
|
||||
1: FlexColumnWidth(3),
|
||||
3: FlexColumnWidth(1),
|
||||
},
|
||||
children: <TableRow>[
|
||||
|
@ -79,8 +79,8 @@ class PizzaEventPageState extends State<PizzaEventPage> {
|
|||
),
|
||||
Table(
|
||||
columnWidths: const <int, TableColumnWidth>{
|
||||
0: FlexColumnWidth(5),
|
||||
1: FlexColumnWidth(5),
|
||||
0: FlexColumnWidth(4),
|
||||
1: FlexColumnWidth(3),
|
||||
2: FlexColumnWidth(1),
|
||||
},
|
||||
children: <TableRow>[
|
||||
|
|
3
todo.md
3
todo.md
|
@ -10,5 +10,4 @@
|
|||
|
||||
## Refactor
|
||||
|
||||
## Bug
|
||||
'bought' text on pizza event page is clipped
|
||||
## Bug
|
Loading…
Add table
Reference in a new issue