Skip to content

Commit e4a6d3b

Browse files
fix: show elipsis for longer social image names (#5193)
1 parent 36fdabb commit e4a6d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design-system/src/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ export const useResize = ({
145145
export const truncate = (): CSS => ({
146146
whiteSpace: "nowrap",
147147
textOverflow: "ellipsis",
148-
overflow: "clip",
148+
overflow: "hidden",
149149
});

0 commit comments

Comments
 (0)