diff --git a/desktop/plugins/public/ui-debugger/components/Tree.tsx b/desktop/plugins/public/ui-debugger/components/Tree.tsx index 944547f66..2c2f998a3 100644 --- a/desktop/plugins/public/ui-debugger/components/Tree.tsx +++ b/desktop/plugins/public/ui-debugger/components/Tree.tsx @@ -355,7 +355,8 @@ const TreeItemRow = styled.li<{ borderRadius: '3px', borderColor: isHovered ? theme.selectionBackgroundColor : 'transparent', borderStyle: 'solid', - + overflow: 'hidden', + whiteSpace: 'nowrap', backgroundColor: isHighlighted ? 'rgba(255,0,0,.3)' : isSelected