Run inspector text wrapping fixed, copy button added
Long messages on the run inspector no longer overflow their containers, and developers can now copy message text directly with one click.
Text in the run inspector was breaking layout when messages lacked spaces or titles exceeded their container width. Long URLs or single-word strings would push past boundaries, making some output unreadable.
A CSS fix forces long strings to wrap within their containers, regardless of content. The inspector header also now uses a flexible grid layout that prevents titles from collapsing or overflowing.
Developers debugging runs can now copy message text directly from the property panel. A new copy button appears next to the Message field, switching to a "Copied" confirmation once clicked.
The changes live in the webapp's run inspector view, part of the observability tooling for tracking execution spans.
View Original GitHub Description
Text wrapping fix
- Fixes message text not wrapping on the run inspector if there were no spaces in the text
- Fixes inspector title truncation
- Adds a copy text button for the Message property