Skip to content

Commit

Permalink
change item display
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Nov 12, 2024
1 parent a52bb5c commit ef6236c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openbas-front/src/components/ItemCopy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ const useStyles = makeStyles<Theme>(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,
Expand Down

0 comments on commit ef6236c

Please sign in to comment.