diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentleft.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentleft.directive.js index 70b6027f0e..630146184c 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentleft.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentleft.directive.js @@ -8,23 +8,27 @@ Use this directive to align content left inside the main editor footer.

Markup example

-    
+
- +
- + - - // align content left - + - - // align content right - + + // align content left + - + + // align content right + - + + + + +
diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentright.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentright.directive.js index e82ae29cdd..e966a871e9 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentright.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfootercontentright.directive.js @@ -8,23 +8,27 @@ Use this directive to align content right inside the main editor footer.

Markup example

-    
+
- +
- + - - // align content left - + - - // align content right - + + // align content left + - + + // align content right + - + + + + +