Skip to content

Commit

Permalink
Merge pull request #408 from marwoodandrew/sd-4440
Browse files Browse the repository at this point in the history
[SD-4440] set auto height on the ed note in edit
  • Loading branch information
Mayur Dhamanwala committed May 4, 2016
2 parents f254ee7 + ad35c68 commit 0d24c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/superdesk-authoring/views/authoring-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
order="{{editor.ednote.order}}">
<label class="authoring-header__item-label" translate>ED. NOTE</label>
<div class="authoring-header__input-holder">
<textarea id="ednote" class="line-input ed-note"
<textarea id="ednote" class="line-input ed-note" sd-auto-height
tabindex="{{editor.ednote.order}}"
ng-model="item.ednote"
ng-disabled="!_editable"
Expand Down

0 comments on commit 0d24c7f

Please sign in to comment.