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(
|
Table(
|
||||||
columnWidths: const <int, TableColumnWidth>{
|
columnWidths: const <int, TableColumnWidth>{
|
||||||
0: FlexColumnWidth(5),
|
0: FlexColumnWidth(4),
|
||||||
1: FlexColumnWidth(5),
|
1: FlexColumnWidth(3),
|
||||||
3: FlexColumnWidth(1),
|
3: FlexColumnWidth(1),
|
||||||
},
|
},
|
||||||
children: <TableRow>[
|
children: <TableRow>[
|
||||||
|
@ -79,8 +79,8 @@ class PizzaEventPageState extends State<PizzaEventPage> {
|
||||||
),
|
),
|
||||||
Table(
|
Table(
|
||||||
columnWidths: const <int, TableColumnWidth>{
|
columnWidths: const <int, TableColumnWidth>{
|
||||||
0: FlexColumnWidth(5),
|
0: FlexColumnWidth(4),
|
||||||
1: FlexColumnWidth(5),
|
1: FlexColumnWidth(3),
|
||||||
2: FlexColumnWidth(1),
|
2: FlexColumnWidth(1),
|
||||||
},
|
},
|
||||||
children: <TableRow>[
|
children: <TableRow>[
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -11,4 +11,3 @@
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
||||||
## Bug
|
## Bug
|
||||||
'bought' text on pizza event page is clipped
|
|
Loading…
Add table
Reference in a new issue