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

Commit e0a164a

Browse files
committed
fix(plugins/plugin-client-common): Commentary editor should be full width always
Fixes #5688
1 parent efaded3 commit e0a164a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
}
113113
}
114114

115+
@include FullWidth;
115116
@include narrow-window {
116117
@include FullWidthInScrollback;
117118
}
@@ -135,4 +136,7 @@
135136
}
136137
@include Card {
137138
display: flex;
139+
.kui--card {
140+
flex: 1;
141+
}
138142
}

0 commit comments

Comments
 (0)