💄 Add "ellipsis" overflow to inputs to make clear when there is

more text
This commit is contained in:
Jan Oberhauser 2019-06-24 14:50:22 +02:00
parent 6da4c60060
commit d6db85caf9

View file

@ -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;