Improve tree node title style
This commit is contained in:
@@ -73,19 +73,17 @@ const styles = (theme: Theme) => ({
|
||||
overflow: 'hidden' as 'hidden',
|
||||
textOverflow: 'ellipsis' as 'ellipsis',
|
||||
padding: '0',
|
||||
// display: 'inline-block' as 'inline-block',
|
||||
},
|
||||
sourceEdge: {
|
||||
fontWeight: 'bold' as 'bold',
|
||||
overflow: 'hidden' as 'hidden',
|
||||
// display: 'inline-block' as 'inline-block',
|
||||
},
|
||||
title: {
|
||||
borderRadius: '4px',
|
||||
lineHeight: '1em',
|
||||
display: 'inline-block' as 'inline-block',
|
||||
whiteSpace: 'nowrap' as 'nowrap',
|
||||
padding: '2px 4px 0px 4px',
|
||||
padding: '1px 4px 0px 4px',
|
||||
height: '16px',
|
||||
margin: '1px 0px 2px 0px',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user