chore: don't expand delete space dialog if empty
This commit is contained in:
parent
cc6b4018d3
commit
1d20ba02db
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue