Skip to content

Commit

Permalink
fix: ProfileExplorer card should fill width
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Sep 28, 2022
1 parent 3571e5d commit d84c373
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@

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

/** width management */
.pf-c-card {
flex: 1;
}
.pf-c-card__title {
flex-basis: 14em;
}

.pf-c-card .pf-c-tree-view button.pf-c-tree-view__node {
color: var(--color-text-01);
}
Expand Down

0 comments on commit d84c373

Please sign in to comment.