diff --git a/apps/common/main/lib/component/TextareaField.js b/apps/common/main/lib/component/TextareaField.js index b39933641..faf5a1d66 100644 --- a/apps/common/main/lib/component/TextareaField.js +++ b/apps/common/main/lib/component/TextareaField.js @@ -56,7 +56,8 @@ define([ maxlength : undefined, placeHolder : '', spellcheck : false, - disabled: false + disabled: false, + resize: false }, template: _.template([ @@ -133,6 +134,7 @@ define([ this._input.on('blur', _.bind(this.onInputChanged, this)); this._input.on('keydown', _.bind(this.onKeyDown, this)); if (this.maxLength) this._input.attr('maxlength', this.maxLength); + if (!this.resize) this._input.css('resize', 'none'); if (this.disabled) this.setDisabled(this.disabled); diff --git a/apps/common/main/lib/view/SignSettingsDialog.js b/apps/common/main/lib/view/SignSettingsDialog.js index a23fec07e..15c4f48ba 100644 --- a/apps/common/main/lib/view/SignSettingsDialog.js +++ b/apps/common/main/lib/view/SignSettingsDialog.js @@ -79,7 +79,7 @@ define([ '
', '', '
', - '', + '
', '
', '
', '