Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/trace-viewer/src/ui/networkResourceDetails.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

.network-request-details-tab {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of these are quite right. It should use vbox for all tiled content.

Copy link
Contributor Author

@cpAdm cpAdm Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed.

Currently also the horizontal scrollbar is missing if headers are long
image
Is this deliberate? Seems odd to me

.network-request-details-headers {
  overflow: hidden;
}

What do you suggest?

Edit: This kinda relates to #35214
Ideally the values should wrap (e.g. what chrome devtools does)
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agg23 Do you have a suggestion?

width: 100%;
height: 100%;
user-select: text;
line-height: 24px;
Expand Down
Loading