Skip to content

Commit b2b4f46

Browse files
committed
Minor visual improvements
1 parent 09b5228 commit b2b4f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WidgetContainer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const WidgetContainer = (props: WidgetContainerProps) => (
2525
]}
2626
>
2727
<AutoLayout width="fill-parent" height={4} fill={props.keyColour || EntityColours.None} />
28-
<AutoLayout spacing={16} padding={16} direction="vertical">
28+
<AutoLayout spacing={16} padding={{ horizontal: 16, vertical: 14 }} direction="vertical">
2929
{props.children}
3030
</AutoLayout>
3131
</AutoLayout>

0 commit comments

Comments
 (0)