Skip to content

Commit aa08981

Browse files
committed
fix-text overlaping the resourse sharing
1 parent 209e519 commit aa08981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inputs/RoleEditor/RoleEditor.js

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

0 commit comments

Comments
 (0)