kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
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>