Skip to content

Commit

Permalink
refactor: update marginTop style in MainModuleAgent component for bet…
Browse files Browse the repository at this point in the history
…ter visual alignment in the rendered output
  • Loading branch information
guidomodarelli committed Oct 18, 2024
1 parent 158d0b5 commit 3f9e991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class MainModuleAgent extends Component {
</EuiFlexItem>
<EuiFlexItem />
{['syscollector', 'configuration', 'stats'].includes(this.props.section) && (
<EuiFlexItem grow={false} style={{ marginTop: 12.25, marginInline: 0 }}>
<EuiFlexItem grow={false} style={{ marginTop: 13.25, marginInline: 0 }}>
<GenerateSyscollectorReportButton agent={this.props.agent} />
</EuiFlexItem>
)}
Expand Down

0 comments on commit 3f9e991

Please sign in to comment.