File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Umbraco.Web.UI/Views/Partials/Grid
Umbraco.Web.UI.Client/src/less Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 506
506
margin-right : 45px ;
507
507
margin-bottom : 15px ;
508
508
border : 1px dashed transparent ;
509
- overflow-y : hidden ;
510
509
}
511
510
512
511
Original file line number Diff line number Diff line change 53
53
54
54
@foreach ( var control in area .controls ){
55
55
if (control != null && control .editor != null && control .editor .view != null ){
56
- string editor = " grid/editors/" + control .editor .view .ToString ();
57
- < text > @Html .Partial (editor , (object )control )< / text >
56
+ < text > @Html .Partial (" grid/editors/base" , (object )control )< / text >
58
57
}
59
58
}
60
59
Original file line number Diff line number Diff line change 53
53
54
54
@foreach ( var control in area .controls ){
55
55
if (control != null && control .editor != null && control .editor .view != null ){
56
- string editor = " grid/editors/" + control .editor .view .ToString ();
57
- < text > @Html .Partial (editor , (object )control )< / text >
56
+ < text > @Html .Partial (" grid/editors/base" , (object )control )< / text >
58
57
}
59
58
}
60
59
You can’t perform that action at this time.
0 commit comments