Skip to content

Commit

Permalink
fix: ProfileExplorer kube context text may result in horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Oct 11, 2022
1 parent ca6b5d4 commit 21eef6c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ body[kui-theme-style="dark"] {

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

/** Handle tree text that isn't normally wrappable, such as long kubernetes contexts */
.pf-c-tree-view__node-text {
word-break: break-all;
}

/** width management */
.pf-c-card {
flex: 1;
Expand Down

0 comments on commit 21eef6c

Please sign in to comment.