Skip to content

Commit a9eace9

Browse files
committed
chore(flows)*: hide horizontal scroll on editor based inputs (#8347)
There was always a horizontal scrollbar present at editor compnent when used as input field, which was previously handled for the No Code editor in #8216. Relates to kestra-io/kestra-ee#3404.
1 parent 5a14b59 commit a9eace9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ui/src/components/inputs/InputsForm.vue

+4
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@
510510
511511
:deep(.editor-container){
512512
max-height: 200px;
513+
514+
& .ks-monaco-editor {
515+
overflow-x: hidden;
516+
}
513517
}
514518
515519
.el-input-file {

0 commit comments

Comments
 (0)