We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b5228 commit b2b4f46Copy full SHA for b2b4f46
src/components/WidgetContainer.tsx
@@ -25,7 +25,7 @@ const WidgetContainer = (props: WidgetContainerProps) => (
25
]}
26
>
27
<AutoLayout width="fill-parent" height={4} fill={props.keyColour || EntityColours.None} />
28
- <AutoLayout spacing={16} padding={16} direction="vertical">
+ <AutoLayout spacing={16} padding={{ horizontal: 16, vertical: 14 }} direction="vertical">
29
{props.children}
30
</AutoLayout>
31
0 commit comments