-
Notifications
You must be signed in to change notification settings - Fork 312
Open
Description
In the response example section, long strings like tokens wrap correctly:

However in the response when the user executes the endpoint doesn't come word-wrapped:

The culprit seems to be the hard coding of white-space: pre and overflow: auto in the <pre>
container of the response:
<pre style="white-space:pre; min-height:50px; height:var(--resp-area-height, 400px); resize:vertical; overflow:auto">
I can't seem to find a way to overwrite these hard coded style settings via css or even a timed js script as the item is in the shadow-dom and doesn't seem to come up via a JavaScript select. Any help resolving this would be appreciated.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels