Remove flex from input class and truncate text
This commit is contained in:
parent
8864b690f5
commit
292419ac82
|
@ -180,13 +180,6 @@
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
resize: none;
|
resize: none;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-wrapper:not(.focused) .input-box .input {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-box textarea.input {
|
.input-box textarea.input {
|
||||||
|
|
Loading…
Reference in New Issue