mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adding spacing between Metrics Settings sections (#6632)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
892b105a6b
commit
1354fa66a5
@ -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)" } }>
|
||||
@ -270,7 +270,7 @@ export class MetricsSettings extends React.Component<MetricsSettingsProps> {
|
||||
)}
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user