diff --git a/flutter/lib/common/widgets/peer_card.dart b/flutter/lib/common/widgets/peer_card.dart index 14d04bc6c..ab8fd9fea 100644 --- a/flutter/lib/common/widgets/peer_card.dart +++ b/flutter/lib/common/widgets/peer_card.dart @@ -1136,9 +1136,6 @@ void _rdpDialog(String id) async { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - const SizedBox( - height: 8.0, - ), Row( children: [ isDesktop @@ -1207,7 +1204,7 @@ void _rdpDialog(String id) async { )), ), ], - ).marginOnly(bottom: isDesktop ? 8 : 0), + ) ], ), ),