chore: don't expand delete space dialog if empty

This commit is contained in:
ggurdin 2025-06-25 15:05:38 -04:00
parent cc6b4018d3
commit 1d20ba02db
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -146,7 +146,7 @@ class DeleteSpaceDialogState extends State<DeleteSpaceDialog> {
style: TextStyle(color: Theme.of(context).colorScheme.error),
),
),
Expanded(
Flexible(
child: SingleChildScrollView(
child: Builder(
builder: (context) {