Skip to content

Commit

Permalink
Fix oppia#6056: Makes the resize of text box vertical (oppia#6057)
Browse files Browse the repository at this point in the history
* Fix oppia#6056: Makes the resize of text box vertical

* Correction
  • Loading branch information
mighty-phoenix authored and kevinlee12 committed Jan 6, 2019
1 parent 718d4d0 commit cd22391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>
<p>
<span ng-if="isExplorationPrivate">(Optional)</span>
Please enter a brief description of what you have changed:
<textarea rows="3" cols="50" ng-model="commitMessage" focus-on="saveChangesModalOpened" class="protractor-test-commit-message-input" autofocus></textarea>
<textarea rows="3" cols="50" style="resize: vertical" ng-model="commitMessage" focus-on="saveChangesModalOpened" class="protractor-test-commit-message-input" autofocus></textarea>
</p>
<button class="btn btn-default" ng-click="onClickToggleDiffButton()">
<span ng-if="!showDiff">Show Changes</span>
Expand Down

0 comments on commit cd22391

Please sign in to comment.