Skip to content

Commit 64a1f0a

Browse files
mergify[bot]tthvo
andauthored
fix(agent): add margin bottom for probe template table (#590) (#591)
(cherry picked from commit 4a11989) Co-authored-by: Thuan Vo <[email protected]>
1 parent d2d6710 commit 64a1f0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/Agent/AgentProbeTemplates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export const AgentProbeTemplates: React.FunctionComponent<AgentProbeTemplatesPro
323323
} else {
324324
return (
325325
<>
326-
<Stack hasGutter style={{ marginTop: '1em' }}>
326+
<Stack hasGutter style={{ marginTop: '1em', marginBottom: '1.5em' }}>
327327
<StackItem>
328328
<Card>
329329
<CardHeader>

src/test/Agent/__snapshots__/AgentProbeTemplates.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports[`<AgentProbeTemplates /> renders correctly 1`] = `
55
className="pf-l-stack pf-m-gutter"
66
style={
77
Object {
8+
"marginBottom": "1.5em",
89
"marginTop": "1em",
910
}
1011
}

0 commit comments

Comments
 (0)