diff --git a/css/structure/input.css b/css/structure/input.css index 2147491..ab84985 100644 --- a/css/structure/input.css +++ b/css/structure/input.css @@ -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 {