diff --git a/packages/editor-ui/src/n8n-theme.scss b/packages/editor-ui/src/n8n-theme.scss index d9e699440e..3478566793 100644 --- a/packages/editor-ui/src/n8n-theme.scss +++ b/packages/editor-ui/src/n8n-theme.scss @@ -268,6 +268,7 @@ h1, h2, h3, h4, h5, h6 { // Input .el-input__inner { border-radius: 20px; + text-overflow: ellipsis; } .el-input--small .el-input__inner { border-radius: 13px;