From d6db85caf99f2d62098ac8b1fd0a7c3c3ac81de0 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 24 Jun 2019 14:50:22 +0200 Subject: [PATCH] :lipstick: Add "ellipsis" overflow to inputs to make clear when there is more text --- packages/editor-ui/src/n8n-theme.scss | 1 + 1 file changed, 1 insertion(+) 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;