From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:59:29 +0800 Subject: [PATCH] merage --- src/main/resources/static/process/editor-app/configuration/properties/feedback-popup.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/static/process/editor-app/configuration/properties/feedback-popup.html b/src/main/resources/static/process/editor-app/configuration/properties/feedback-popup.html index 17b9126..56d8a0b 100644 --- a/src/main/resources/static/process/editor-app/configuration/properties/feedback-popup.html +++ b/src/main/resources/static/process/editor-app/configuration/properties/feedback-popup.html @@ -6,7 +6,7 @@ <h2>{{'PROPERTY.FEEDBACK.TITLE' | translate:property}}</h2> </div> <div class="modal-body"> - <p><textarea auto-focus class="form-control" ng-model="model.feedback" style="width:90%; height:100%; max-width: 100%; max-height: 100%; min-height: 300px"/></p> + <p><textarea auto-focus class="from-control" ng-model="model.feedback" style="width:90%; height:100%; max-width: 100%; max-height: 100%; min-height: 300px"/></p> </div> <div class="modal-footer"> <button ng-click="cancel()" class="btn btn-primary" translate >ACTION.CANCEL</button> -- Gitblit v1.8.0