Skip to content

Commit

Permalink
fix: layout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed Sep 19, 2023
1 parent 695b4c5 commit a355a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/ticket/ui/ticket_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TicketSection extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const _TicketHeader(),
Spaces.horizontal_20,
Spaces.vertical_20,
introduction,
Spaces.vertical_20,
ResponsiveWidget(
Expand Down

0 comments on commit a355a36

Please sign in to comment.