Skip to content

Commit 74dba5b

Browse files
committed
Remove max width from the content list
1 parent 96b3983 commit 74dba5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-renderer-demo/src/helpers/list-of-contents.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const useLinkStyles = makeStyles((theme) => ({
2121
color: theme.palette.text.secondary,
2222
overflow: 'hidden',
2323
textOverflow: 'ellipsis',
24-
width: 'calc(100% - 32px)',
2524
whiteSpace: 'nowrap',
2625
display: 'block',
2726
paddingLeft: 16,

0 commit comments

Comments
 (0)