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

Commit cde272d

Browse files
committed
fix(plugins/plugin-client-common): input probably needs to word-wrap while in minisplits
Fixes #5696
1 parent d1b337a commit cde272d

File tree

1 file changed

+0
-5
lines changed
  • plugins/plugin-client-common/web/scss/components/Terminal

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
.repl-input {
4949
flex-wrap: nowrap;
5050
}
51-
.repl-input-element {
52-
white-space: nowrap;
53-
overflow: hidden;
54-
text-overflow: ellipsis;
55-
}
5651
.repl-block:not(.repl-active) .repl-input-element-wrapper {
5752
background-color: $input-bg-minisplit;
5853
}

0 commit comments

Comments
 (0)