Skip to content

Commit

Permalink
Fixes overflow error in invitations list (#196)
Browse files Browse the repository at this point in the history
Fixes #192
  • Loading branch information
LarsRefsgaard authored Dec 11, 2023
1 parent a088a1b commit 4bd1a8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ui/pages/invitation_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ class InvitationCard extends StatelessWidget {
fontSize: 20.0,
),
),
const SizedBox(
height: 24.0,
),
Text(
(invitation.invitation.description ?? ''),
style: const TextStyle(fontSize: 16.0),
Expand Down

0 comments on commit 4bd1a8e

Please sign in to comment.