We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fdabb commit e4a6d3bCopy full SHA for e4a6d3b
1 file changed
packages/design-system/src/utilities.ts
@@ -145,5 +145,5 @@ export const useResize = ({
145
export const truncate = (): CSS => ({
146
whiteSpace: "nowrap",
147
textOverflow: "ellipsis",
148
- overflow: "clip",
+ overflow: "hidden",
149
});
0 commit comments