Skip to content

Commit

Permalink
Adding spacing between Metrics Settings sections (#6632)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Andreev <[email protected]>

Signed-off-by: Alex Andreev <[email protected]>
  • Loading branch information
aleksfront authored and Nokel81 committed Nov 24, 2022
1 parent dcd18c9 commit a9614e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/metrics-cluster-feature/src/metrics-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class MetricsSettings extends React.Component<MetricsSettingsProps> {

render() {
return (
<>
<section style={{ display: "flex", flexDirection: "column", rowGap: "1.5rem" }}>
{ this.props.cluster.status.phase !== "connected" && (
<section>
<p style={ { color: "var(--colorError)" } }>
Expand Down Expand Up @@ -270,7 +270,7 @@ export class MetricsSettings extends React.Component<MetricsSettingsProps> {
)}
</div>
</section>
</>
</section>
);
}
}

0 comments on commit a9614e7

Please sign in to comment.