Skip to content

Commit 6228fb6

Browse files
increasing maxwidth
1 parent 762f215 commit 6228fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sugestions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const style = {
1212
borderTopRightRadius: 0,
1313
borderTopLeftRadius: 0,
1414
maxHeight: 'calc(~"100vh - 100px")',
15-
maxWidth: '100px',
15+
maxWidth: '300px',
1616
overflowY: 'auto',
1717
backgroundColor: 'rgba(255,255,255,1)'
1818
}

0 commit comments

Comments
 (0)