Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -164,7 +164,6 @@ class _FaqCard extends StatelessWidget { | @@ -164,7 +164,6 @@ class _FaqCard extends StatelessWidget { | ||
| 164 | @override | 164 | @override |
| 165 | Widget build(BuildContext context) { | 165 | Widget build(BuildContext context) { |
| 166 | return Container( | 166 | return Container( |
| 167 | - height: 149, | ||
| 168 | padding: EdgeInsets.fromLTRB(20, 20, 20, 9), | 167 | padding: EdgeInsets.fromLTRB(20, 20, 20, 9), |
| 169 | decoration: BoxDecoration( | 168 | decoration: BoxDecoration( |
| 170 | color: Colors.white, | 169 | color: Colors.white, |
-
Please register or login to post a comment