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
commit
1d5b3cfa0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue