fix(trace-viewer): fix ui issue on network request details

fixes can not show full body in network request details when response have multiple line, and fixes the scrollbar display issue in request details.

Fixes #32552
This commit is contained in:
Teng Yang 2024-09-11 16:32:05 +08:00
parent a4bd551597
commit f834a339a4

View file

@ -16,9 +16,10 @@
.network-request-details-tab {
width: 100%;
height: 100%;
user-select: text;
line-height: 24px;
margin-left: 10px;
padding-left: 10px;
overflow: auto;
}