diff --git a/tools/winscope/src/TreeView.vue b/tools/winscope/src/TreeView.vue index a30021b28..0216401da 100644 --- a/tools/winscope/src/TreeView.vue +++ b/tools/winscope/src/TreeView.vue @@ -550,8 +550,20 @@ export default { color: #3f51b5; } +.description { + display: flex; + flex: 1 0 0; +} + +.description > div { + display: flex; + flex: 1 0 0; +} + .description span { - white-space: normal; + overflow-wrap: break-word; + flex: 1 0 0; + width: 0; }