We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5c0f8 commit ad9782bCopy full SHA for ad9782b
packages/ui-breadcrumb/src/Breadcrumb/styles.ts
@@ -63,7 +63,18 @@ const generateStyle = (
63
label: 'breadcrumb__crumb',
64
boxSizing: 'border-box',
65
display: 'flex',
66
- alignItems: 'center'
+ alignItems: 'center',
67
+ overflow: 'visible',
68
+
69
+ // prevent text clipping
70
+ '[data-cid~="TruncateText"]': {
71
72
73
+ // prevent extra spacing after the '...'
74
+ '& [class*="truncateText__spacer"]': {
75
+ display: 'inline'
76
+ }
77
78
},
79
separator: {
80
label: 'breadcrumb__separator',
0 commit comments