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 {
|
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;
|
||||||
|
|
Loading…
Reference in New Issue