File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/Umbraco.Web.UI.Client/src
views/common/infiniteeditors/propertysettings Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ input.umb-group-builder__group-sort-value {
943943 .editor-description ,
944944 .editor-validation-pattern {
945945 min-width : 100% ;
946- min-height : 25 px ;
946+ min-height : 60 px ;
947947 resize : none ;
948948 box-sizing : border-box ;
949949 border : none ;
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ <h5><localize key="validation_validation">Validation</localize></h5>
125125 ng-model ="model.property.validation.pattern "
126126 ng-change ="vm.changeValidationPattern() "
127127 ng-if ="vm.showValidationPattern "
128+ maxlength ="255 "
128129 umb-auto-resize
129130 focus-when ="{{vm.focusOnPatternField}} "
130131 ng-keypress ="vm.submitOnEnter($event) ">
You can’t perform that action at this time.
0 commit comments