Commit 706f818e2aed233566efa62758c79b9d51920c3d

Authored by Victor Costa
1 parent e03ce763

proposals_discussion: fix new proposal height

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/style.css
@@ -135,6 +135,7 @@ form .proposals-discussion-plugin .body textarea { @@ -135,6 +135,7 @@ form .proposals-discussion-plugin .body textarea {
135 width: 93%; 135 width: 93%;
136 display: inline-block; 136 display: inline-block;
137 height: 100px; 137 height: 100px;
  138 + max-height: 100px;
138 line-height: 100px; 139 line-height: 100px;
139 border: 0; 140 border: 0;
140 border-radius: 0; 141 border-radius: 0;