kimi
2020-05-18 c8aee7b9bfd79cfd741d7e5692520f4f51a31a86
src/main/resources/static/process/editor-app/configuration/properties/text-popup.html
@@ -7,7 +7,7 @@
             <h3>{{'PROPERTY.PROPERTY.EDIT.TITLE' | translate:property}}</h3>
         </div>
         <div class="modal-body">
            <p><textarea auto-focus class="form-control" ng-model="property.value" style="width:70%; height:100%; max-width: 100%; max-height: 100%; min-height: 200px"/></p>
            <p><textarea auto-focus class="from-control" ng-model="property.value" style="width:70%; height:100%; max-width: 100%; max-height: 100%; min-height: 200px"/></p>
         </div>
         <div class="modal-footer">
            <button ng-click="save()" class="btn btn-primary" translate >ACTION.SAVE</button>