Skip to content

Commit

Permalink
fix(agent): add margin bottom for probe template table (#590)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a11989)
  • Loading branch information
tthvo authored and mergify[bot] committed Oct 28, 2022
1 parent d2d6710 commit 08c6b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Agent/AgentProbeTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const AgentProbeTemplates: React.FunctionComponent<AgentProbeTemplatesPro
} else {
return (
<>
<Stack hasGutter style={{ marginTop: '1em' }}>
<Stack hasGutter style={{ marginTop: '1em', marginBottom: '1.5em' }}>
<StackItem>
<Card>
<CardHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`<AgentProbeTemplates /> renders correctly 1`] = `
className="pf-l-stack pf-m-gutter"
style={
Object {
"marginBottom": "1.5em",
"marginTop": "1em",
}
}
Expand Down

0 comments on commit 08c6b63

Please sign in to comment.