diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html index 43b021eef5..41583b83b6 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html @@ -18,7 +18,7 @@
+ ng-style="{width: percentage(section.grid) + '%'}">
@@ -61,12 +61,12 @@ ng-class="{last:$last, selected:section==currentSection}" ng-repeat="section in currentTemplate.sections" ng-click="configureSection(section, currentTemplate)" - style="width:{{ percentage(section.grid) }}%"> + ng-style="{width: percentage(section.grid) + '%'}"> + ng-style="{width: percentage(availableTemplateSpace) + '%'}"> @@ -119,7 +119,7 @@
-
+
@@ -179,7 +179,7 @@