Fix weird behavior on FF drag icon caused by float left on textarea. TG-1707 #ready-for-test

stable
Xavier Julián 2014-11-27 12:51:13 +01:00
parent 8af84eaa8b
commit cf7f69a371
1 changed files with 2 additions and 3 deletions

View File

@ -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;