Commit dc4cecf10798d6b896d659da68779a59c06aeeff

Authored by Victor Costa
1 parent 7743caf8

proposals_discussion: fix new proposal height

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