Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 1b41c59

Browse files
committed
fix(plugins/plugin-client-common): ls ; ls has excessive vertical whitespace
Fixes #6291
1 parent 00b5e41 commit 1b41c59

File tree

1 file changed

+4
-0
lines changed
  • plugins/plugin-client-common/web/css/static

1 file changed

+4
-0
lines changed

plugins/plugin-client-common/web/css/static/repl.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ body[kui-theme-style] .kui--repl-block-right-element {
174174

175175
.repl-output {
176176
.repl-result {
177+
&.flex-column {
178+
/* see https://github.com/IBM/kui/issues/6291 */
179+
flex-wrap: nowrap;
180+
}
177181
pre:empty {
178182
display: none;
179183
}

0 commit comments

Comments
 (0)