File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ export const FieldsWithLongValues: Story = {
103
103
args : {
104
104
...INTERNAL_NODE ,
105
105
data : {
106
- title : 'rm_demo_collection_orders_table_equivalent' ,
106
+ title :
107
+ 'enterprise_tenant_finance_department_legacy_system_us_east_1_schema_2025_v15_monthly_billing_transactions_20250702145533' ,
107
108
fields : [
108
109
{
109
110
name : 'customerId' ,
Original file line number Diff line number Diff line change @@ -62,20 +62,20 @@ const NodeHeader = styled.div<{ background?: string }>`
62
62
font-size: 13px;
63
63
line-height: 20px;
64
64
font-weight: bold;
65
- height: ${ DEFAULT_NODE_HEADER_HEIGHT } px;
65
+ min- height: ${ DEFAULT_NODE_HEADER_HEIGHT } px;
66
66
padding: ${ spacing [ 100 ] } px ${ spacing [ 400 ] } px ${ spacing [ 100 ] } px ${ spacing [ 200 ] } px;
67
67
background: ${ props => props . background } ;
68
- ${ ellipsisTruncation } ;
69
68
` ;
70
69
71
70
const NodeHeaderIcon = styled . div `
72
71
display: flex;
73
- flex: 0 0 ${ spacing [ 400 ] } px;
74
72
margin-left: ${ spacing [ 100 ] } px;
73
+ margin-right: ${ spacing [ 100 ] } px;
75
74
` ;
76
75
77
- const NodeHeaderTitle = styled . div `
78
- ${ ellipsisTruncation }
76
+ export const NodeHeaderTitle = styled . div `
77
+ overflow-wrap: break-word;
78
+ min-width: 0;
79
79
` ;
80
80
81
81
const NodeHandle = styled ( Handle ) < { [ 'z-index' ] ?: number } > `
You can’t perform that action at this time.
0 commit comments