diff --git a/packages/frontend/editor-ui/src/components/InlineExpressionEditor/InlineExpressionEditorOutput.vue b/packages/frontend/editor-ui/src/components/InlineExpressionEditor/InlineExpressionEditorOutput.vue index e8e0e8b017..746cd44626 100644 --- a/packages/frontend/editor-ui/src/components/InlineExpressionEditor/InlineExpressionEditorOutput.vue +++ b/packages/frontend/editor-ui/src/components/InlineExpressionEditor/InlineExpressionEditorOutput.vue @@ -104,8 +104,9 @@ defineExpose({ padding: 0 !important; border: none !important; - /* Override break-all set for el-popper */ + /* Override styles set for el-popper */ word-break: normal; + text-align: unset; } .dropdown { diff --git a/packages/frontend/editor-ui/src/components/InputPanel.vue b/packages/frontend/editor-ui/src/components/InputPanel.vue index 68fd918cd5..15881f3c40 100644 --- a/packages/frontend/editor-ui/src/components/InputPanel.vue +++ b/packages/frontend/editor-ui/src/components/InputPanel.vue @@ -477,21 +477,23 @@ function handleChangeCollapsingColumn(columnName: string | null) { v-if="(isActiveNodeConfig && rootNode) || parentNodes.length" :class="$style.noOutputData" > - - - - - + + +