mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
💄 Add "ellipsis" overflow to inputs to make clear when there is
more text
This commit is contained in:
@@ -268,6 +268,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
// Input
|
// Input
|
||||||
.el-input__inner {
|
.el-input__inner {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.el-input--small .el-input__inner {
|
.el-input--small .el-input__inner {
|
||||||
border-radius: 13px;
|
border-radius: 13px;
|
||||||
|
|||||||
Reference in New Issue
Block a user