Remove flex from input class and truncate text

This commit is contained in:
Konstantinos Triantafyllou 2022-04-09 16:20:30 +03:00
parent 8864b690f5
commit 292419ac82
1 changed files with 0 additions and 7 deletions

View File

@ -180,13 +180,6 @@
line-height: inherit;
resize: none;
cursor: inherit;
display: flex;
flex-direction: column;
justify-content: center;
}
.input-wrapper:not(.focused) .input-box .input {
text-overflow: ellipsis;
}
.input-box textarea.input {