From 9146c8d80faa7a4049d8b53821ae2e0a2c02e942 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Wed, 5 Jul 2017 17:19:20 +0200 Subject: [PATCH] Fix height too high on mobile SPV, closes #7402 --- app/assets/stylesheets/mobile/mobile.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss index e9d612991..38aca56f8 100644 --- a/app/assets/stylesheets/mobile/mobile.scss +++ b/app/assets/stylesheets/mobile/mobile.scss @@ -55,7 +55,6 @@ textarea { resize: vertical; } overflow: auto; position: relative; text-align: left; - min-height: 34px; padding: 10px 0 0 0; list-style: none;