diff --git a/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts b/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts index c18062494e72297f291ae602032b71afa5743963..94cab1fdbfe08685fa2c444a57277de2860df573 100644 --- a/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts +++ b/projects/editor/src/app/components/unit-view/page-view/properties/section-properties.component.ts @@ -67,7 +67,7 @@ import { MessageService } from '../../../../../../../common/message.service'; [value]="$any(selectedPageSection.gridRowSizes.split(' ').length)" (change)="modifySizeArray('gridRowSizes', $any($event).target.value)"> </mat-form-field> - <div *ngFor="let size of rowSizes ; let i = index" fxLayout="row"> + <div *ngFor="let size of rowSizes ; let i = index" class="size-inputs" fxLayout="row"> <mat-form-field> <mat-label>Höhe {{i + 1}}</mat-label> <input matInput type="number"