From 292419ac8255d25af31ab835d22712a36c34f92e Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Sat, 9 Apr 2022 16:20:30 +0300 Subject: [PATCH] Remove flex from input class and truncate text --- css/structure/input.css | 7 ------- 1 file changed, 7 deletions(-) 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 {