Skip to content

Commit 21eef6c

Browse files
committed
fix: ProfileExplorer kube context text may result in horizontal overflow
1 parent ca6b5d4 commit 21eef6c

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

plugins/plugin-codeflare/web/scss/components/ProfileExplorer/_index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ body[kui-theme-style="dark"] {
6161

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

64+
/** Handle tree text that isn't normally wrappable, such as long kubernetes contexts */
65+
.pf-c-tree-view__node-text {
66+
word-break: break-all;
67+
}
68+
6469
/** width management */
6570
.pf-c-card {
6671
flex: 1;

0 commit comments

Comments
 (0)