Element name to not overflow
Summary: ^ Reviewed By: LukeDefeo, antonk52 Differential Revision: D43697303 fbshipit-source-id: 4acb6d50c02581688bcfd9ad65bf107412cffa42
This commit is contained in:
committed by
Facebook GitHub Bot
parent
914b32c383
commit
3a36c269e7
@@ -355,7 +355,8 @@ const TreeItemRow = styled.li<{
|
|||||||
borderRadius: '3px',
|
borderRadius: '3px',
|
||||||
borderColor: isHovered ? theme.selectionBackgroundColor : 'transparent',
|
borderColor: isHovered ? theme.selectionBackgroundColor : 'transparent',
|
||||||
borderStyle: 'solid',
|
borderStyle: 'solid',
|
||||||
|
overflow: 'hidden',
|
||||||
|
whiteSpace: 'nowrap',
|
||||||
backgroundColor: isHighlighted
|
backgroundColor: isHighlighted
|
||||||
? 'rgba(255,0,0,.3)'
|
? 'rgba(255,0,0,.3)'
|
||||||
: isSelected
|
: isSelected
|
||||||
|
|||||||
Reference in New Issue
Block a user