Skip to content

Commit 839fd5b

Browse files
committed
fix: text overlaping the resourse sharing
1 parent 1cc45ea commit 839fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inputs/RoleEditor/RoleEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const useStyles = makeStyles((theme) => ({
1818
agentName: {
1919
overflow: 'hidden',
2020
textOverflow: 'ellipsis',
21-
textWrap: 'nowrap ',
21+
textWrap: 'nowrap',
2222
},
2323
rolesEditor: {
2424
display: 'flex',

0 commit comments

Comments
 (0)