Add a min-height to the review panel text areas.

This commit is contained in:
Paulo Reis 2017-01-26 12:00:11 +00:00
parent 1a1320b561
commit 6304c213bd

View file

@ -452,6 +452,7 @@
color: @rp-type-darkgrey;
margin-top: 3px;
overflow-x: hidden;
min-height: 3em;
}
.rp-icon-delete {