From a28a8f1ccb85e67420a4680cdddc4ff95ecd2b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 18 Jul 2018 14:46:01 +0200 Subject: [PATCH] Fix cut-off name input field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- settings/css/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 0052cfcf9dc..34afc6f6a41 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1507,7 +1507,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { &.storageLocation { /* better multi-line visual */ line-height: 1.3em; - max-height: 2.6em; + max-height: 100%; overflow : hidden; /* not supported by all browsers so we keep the overflow hidden