Element name to not overflow

Summary: ^

Reviewed By: LukeDefeo, antonk52

Differential Revision: D43697303

fbshipit-source-id: 4acb6d50c02581688bcfd9ad65bf107412cffa42
This commit is contained in:
Lorenzo Blasa
2023-03-01 08:51:32 -08:00
committed by Facebook GitHub Bot
parent 914b32c383
commit 3a36c269e7

View File

@@ -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