Skip to content

Commit

Permalink
Putting back style on value edit textarea as it appears to be necessa…
Browse files Browse the repository at this point in the history
…ry for some reason to do with the css classes
  • Loading branch information
willdoran committed Aug 31, 2016
1 parent 0a80c1f commit 7f0c8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/www/templates/posts/modify/post-value-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
data-min-rows="1"
rows="1"
class="adapt-field"
style="overflow-x: hidden; word-wrap: break-word; height: 55px;"
id="values[{{attribute.key}}][{{key}}]"
name="values_{{attribute.id}}"
ng-model="post.values[attribute.key][key]"
Expand Down

0 comments on commit 7f0c8b3

Please sign in to comment.