Skip to content

Commit

Permalink
Add some margin between cluster-wide facts (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Apr 27, 2023
1 parent ae3589b commit 79e1f09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function GatheredFacts({ isTargetHost = true, gatheredFacts = [] }) {

{!isTargetHost &&
gatheredFacts.map(({ name, value }) => (
<FactValue key={name} className="text-sm" data={value} />
<FactValue key={name} className="mt-3 text-sm" data={value} />
))}
</div>
);
Expand Down

0 comments on commit 79e1f09

Please sign in to comment.