diff --git a/projects/editor/src/app/components/canvas/section-menu.component.ts b/projects/editor/src/app/components/canvas/section-menu.component.ts
index 8be8f550ec1fe68782db81c3b542c6a12cdf2935..68f6b03acf146b818d361ac37e03dc9b95ada005 100644
--- a/projects/editor/src/app/components/canvas/section-menu.component.ts
+++ b/projects/editor/src/app/components/canvas/section-menu.component.ts
@@ -180,7 +180,7 @@ import { SelectionService } from '../../services/selection.service';
   `,
   styles: [
     '::ng-deep .layoutMenu {padding: 0 15px; width: 250px;}',
-    '::ng-deep .layoutMenu fieldset {margin: 10px 0; display: flex; flex-direction: column; align-items: start;}',
+    '::ng-deep .layoutMenu fieldset {margin: 10px 0; display: flex; flex-direction: column; align-items: flex-start;}',
     '::ng-deep .layoutMenu .section-height-input {margin-top: 10px;}',
     '.menuItem {margin-bottom: 5px;}',
     '::ng-deep .activeAfterID-menu .mat-form-field {width:90%; margin-left: 10px;}'