File tree 1 file changed +4
-1
lines changed
plugins/plugin-codeflare/web/scss/components/ProfileExplorer
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ body[kui-theme-style="dark"] {
64
64
65
65
/* * Handle tree text that isn't normally wrappable, such as long kubernetes contexts */
66
66
.pf-c-tree-view__node-text {
67
- word-break : break-all ;
67
+ overflow-wrap : anywhere; /* * WARNING: does not work on safari; we'll need the junkier word-break: break-all there */
68
68
}
69
69
70
70
/* * width management */
@@ -98,6 +98,9 @@ body[kui-theme-style="dark"] {
98
98
.pf-c-tree-view__content {
99
99
/* so that action items align top */
100
100
align-items : flex-start ;
101
+
102
+ /* Hmm... not sure what's going on here. Nested ChipGroups can result in horizontal overflow that isn't necessary. */
103
+ flex-wrap : wrap ;
101
104
}
102
105
103
106
.pf-c-tree-view__node-text {
You can’t perform that action at this time.
0 commit comments