Skip to content

Commit c633629

Browse files
committed
fix: don't use isLarge for ProfileExplorer card
1 parent 0ec5884 commit c633629

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ class ProfileCard extends React.PureComponent<ProfileCardProps, ProfileCardState
601601

602602
public render() {
603603
return (
604-
<Card isLarge isPlain isFullHeight>
604+
<Card isCompact isPlain isFullHeight>
605605
<CardHeader>
606606
<CardTitle>Draft Specification</CardTitle>
607607
<CardActions hasNoOffset>{this.actions()}</CardActions>

Diff for: plugins/plugin-codeflare/web/scss/components/ProfileExplorer/_index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ body[kui-theme-style="dark"] {
5757
display: flex;
5858
.pf-c-card__body {
5959
overflow-y: auto;
60+
margin-bottom: 1em;
6061
}
6162

6263
font-family: var(--font-sans-serif);

0 commit comments

Comments
 (0)