From dca90477d9a5c9457e0617371c130f5b0bebaa0b Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 27 Apr 2020 13:03:47 +0200 Subject: [PATCH] Fix task title overflowing in detail view --- src/styles/theme/form.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/theme/form.scss b/src/styles/theme/form.scss index 055943b7..d3b5f772 100644 --- a/src/styles/theme/form.scss +++ b/src/styles/theme/form.scss @@ -164,8 +164,8 @@ background: transparent; border-color: transparent; margin: 0 .3em; - height: 1.5em; - padding: 0 .3em; + height: auto; + padding: .3em; &:focus { background: $input-background-color;