diff --git a/packages/design-system/src/utilities.ts b/packages/design-system/src/utilities.ts index a82cb6be290d..26d237fcecf0 100644 --- a/packages/design-system/src/utilities.ts +++ b/packages/design-system/src/utilities.ts @@ -145,5 +145,5 @@ export const useResize = ({ export const truncate = (): CSS => ({ whiteSpace: "nowrap", textOverflow: "ellipsis", - overflow: "clip", + overflow: "hidden", });