Skip to content

Commit

Permalink
Reduces some spacing in LandscapePage
Browse files Browse the repository at this point in the history
That's affecting integration tests due render overflows.
  • Loading branch information
CarlosNihelton committed Jul 12, 2024
1 parent ac112ad commit 441b931
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class LandscapeInput extends StatelessWidget {
],
),
const SizedBox(
height: 32.0,
height: 16.0,
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
Expand Down Expand Up @@ -314,7 +314,7 @@ class _FileFormState extends State<_FileForm> {
style: widget.sectionBodyStyle,
),
const SizedBox(
height: 16.0,
height: 8.0,
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
Expand Down

0 comments on commit 441b931

Please sign in to comment.