Skip to content

Commit 5c7036a

Browse files
fixed
1 parent c3233c3 commit 5c7036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layouts/stackComponents/Component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Component = (props: any) => {
8383
<Box
8484
style={{
8585
height: '75%',
86-
// width: '20%',
86+
width: '20%',
8787
overflow: 'hidden',
8888
scrollBehavior: 'smooth',
8989
overflowY: 'scroll',

0 commit comments

Comments
 (0)