Merge pull request #180 from taigaio/issue/1707/firefox-drag-icon

Fix weird behavior on FF drag icon caused by float left on textarea.
stable
Jesús Espino 2014-11-27 13:08:39 +01:00
commit 1d5b3cfa0f
1 changed files with 2 additions and 3 deletions

View File

@ -81,10 +81,9 @@
} }
textarea { textarea {
background: $white; background: $white;
float: left;
height: 41px;
margin-bottom: .5rem; margin-bottom: .5rem;
min-height: inherit; height: 5rem;
min-height: 41px;
} }
.save-comment { .save-comment {
color: $white; color: $white;