Merge pull request #3246 from pangeachat/3245-shrink-no-subroom-space-deletion-box

chore: don't expand delete space dialog if empty
This commit is contained in:
ggurdin 2025-06-25 15:06:05 -04:00 committed by GitHub
commit 2ee19b2470
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {