mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
💄 Add "ellipsis" overflow to inputs to make clear when there is
more text
This commit is contained in:
parent
6da4c60060
commit
d6db85caf9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue