Describe the bug
On narrow screens or side-panels, the header toolbar controls (filter input and export buttons) in the DevTools Network tab and the footer status bar elements overflow and overlap on top of each other instead of scaling responsively.
To Reproduce
Steps to reproduce the behavior:
- Open Flutter DevTools (or embedded DevTools inside VS Code).
- Resize the panel/window to a narrower width.
- Open the Network tab.
- Observe the header icons overlapping inside the filter container and footer elements clipping past the right border.
Expected behavior
Toolbar and status bar elements should gracefully adjust layout, hide text labels, or move secondary actions into an overflow menu (...) on compact screen widths.
Screenshots
Please complete the following information:
You can run the Dart: Collect Diagnostic Information command from the VS Code command palette (F1) to easily capture this information or provide it manually.
- Operating System and version: macOS
- VS Code version: 1.136.1
- Dart extension version: 3.142.0
- Dart/Flutter SDK version: 3.47.2
- Target device (if the issue relates to Flutter debugging):
Describe the bug
On narrow screens or side-panels, the header toolbar controls (filter input and export buttons) in the DevTools Network tab and the footer status bar elements overflow and overlap on top of each other instead of scaling responsively.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Toolbar and status bar elements should gracefully adjust layout, hide text labels, or move secondary actions into an overflow menu (...) on compact screen widths.
Screenshots
Please complete the following information:
You can run the Dart: Collect Diagnostic Information command from the VS Code command palette (
F1) to easily capture this information or provide it manually.