Skip to content

Commit 3c17534

Browse files
committed
Fix layout spacing to ensure consistent widget tree
1 parent ec2e7d9 commit 3c17534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devtools_app/lib/src/screens/network/network_request_inspector_views.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,10 +658,10 @@ class NetworkRequestOverviewView extends StatelessWidget {
658658
),
659659
const SizedBox(height: defaultSpacing),
660660
],
661-
const SizedBox(height: defaultSpacing),
661+
662662
_buildRow(
663663
context: context,
664-
title: 'Size',
664+
title: 'Response Size',
665665
child: _valueText(_formatBytes(data.responseBytes)),
666666
),
667667
const SizedBox(height: defaultSpacing),

0 commit comments

Comments
 (0)