Commit dc4cecf10798d6b896d659da68779a59c06aeeff
1 parent
7743caf8
Exists in
staging
and in
4 other branches
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,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; |