From cf7f69a371510bb85ce77d9f8d3be3014a535d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 27 Nov 2014 12:51:13 +0100 Subject: [PATCH] Fix weird behavior on FF drag icon caused by float left on textarea. TG-1707 #ready-for-test --- app/styles/modules/common/history.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/styles/modules/common/history.scss b/app/styles/modules/common/history.scss index 920d4582..76552b4e 100644 --- a/app/styles/modules/common/history.scss +++ b/app/styles/modules/common/history.scss @@ -81,10 +81,9 @@ } textarea { background: $white; - float: left; - height: 41px; margin-bottom: .5rem; - min-height: inherit; + height: 5rem; + min-height: 41px; } .save-comment { color: $white;