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

Commit d02fdc5

Browse files
committed
fix(plugins/plugin-client-common): commentary editor does not respond to making window narrower
1 parent dc7d678 commit d02fdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/Commentary.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ body[kui-theme-style='light'] {
295295
}
296296

297297
@include CommandOutput {
298-
flex-direction: column; /* in case of multi-output, e.g. from semicolonInvoke */
298+
/* flex-direction: column; */ /* in case of multi-output, e.g. from semicolonInvoke */
299299
font-size: 0.875rem;
300300
line-height: initial; /* PatternFly intercepts this for pf-c-content */
301301

0 commit comments

Comments
 (0)