diff --git a/openbas-front/src/components/ItemCopy.tsx b/openbas-front/src/components/ItemCopy.tsx index e1636cd153..16dc6e75d0 100644 --- a/openbas-front/src/components/ItemCopy.tsx +++ b/openbas-front/src/components/ItemCopy.tsx @@ -23,13 +23,11 @@ const useStyles = makeStyles(theme => ({ container: { position: 'relative', paddingRight: 18, - whiteSpace: 'nowrap', - overflow: 'hidden', - textOverflow: 'ellipsis', }, icon: { 'position': 'absolute', 'right': 0, + 'top': 0, 'cursor': 'pointer', '&:hover': { color: theme.palette.primary.main,