From fd39d3513893188d3ec0763749dfac48a1e74a87 Mon Sep 17 00:00:00 2001 From: Aastha Gupta Date: Thu, 15 Feb 2018 17:34:42 +0530 Subject: [PATCH] Fix edit tag textbox size Fixes #7586 Signed-off-by: Aastha Gupta --- core/css/systemtags.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/systemtags.scss b/core/css/systemtags.scss index 76db389a6d..bffafe101e 100644 --- a/core/css/systemtags.scss +++ b/core/css/systemtags.scss @@ -43,6 +43,7 @@ position: relative; input { display: inline-block; + height: 30px; width: calc(100% - 40px); } }