Skip to content

Commit d84c373

Browse files
committed
fix: ProfileExplorer card should fill width
1 parent 3571e5d commit d84c373

File tree

1 file changed

+8
-0
lines changed
  • plugins/plugin-codeflare/web/scss/components/ProfileExplorer

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040

4141
font-family: var(--font-sans-serif);
4242

43+
/** width management */
44+
.pf-c-card {
45+
flex: 1;
46+
}
47+
.pf-c-card__title {
48+
flex-basis: 14em;
49+
}
50+
4351
.pf-c-card .pf-c-tree-view button.pf-c-tree-view__node {
4452
color: var(--color-text-01);
4553
}

0 commit comments

Comments
 (0)