Skip to content

Commit a28f16b

Browse files
author
Ives van Hoorne
committed
Add padding
1 parent cd8ad4b commit a28f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed/components/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default ({ sandbox, setCurrentModule, currentModule }: Props) => (
121121
))}
122122
</Item>
123123
<Item hover>
124-
<Padding>
124+
<Padding margin={1}>
125125
<EditorLink id={sandbox.id} />
126126
</Padding>
127127
</Item>

0 commit comments

Comments
 (0)