diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html index 83cee8ac1c..17dd9a95d0 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html @@ -12,7 +12,7 @@
+ ng-style="{width: percentage(section.grid) + '%'}">
@@ -34,7 +34,7 @@ ng-class="{last:$last}" ng-repeat="section in model.value.sections" ng-init="initSection(section)" - style="width:{{section.$percentage}}%"> + ng-style="{width: section.$percentage + '%'}">
@@ -81,7 +81,7 @@
-
@@ -221,7 +221,7 @@
  • -