Fix weird behavior on FF drag icon caused by float left on textarea. TG-1707 #ready-for-test
parent
8af84eaa8b
commit
cf7f69a371
|
@ -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