Skip to content
Snippets Groups Projects
Commit 129600cc authored by rhenck's avatar rhenck
Browse files

[editor] Remove section width input field

Sections are always the same width as the page they are on.
parent 204cafbd
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,6 @@ import { MessageService } from '../../../../../../../common/message.service'; ...@@ -12,12 +12,6 @@ import { MessageService } from '../../../../../../../common/message.service';
selector: 'app-section-properties', selector: 'app-section-properties',
template: ` template: `
<div *ngIf="selectedPageSection" fxLayout="column"> <div *ngIf="selectedPageSection" fxLayout="column">
<mat-form-field appearance="fill">
<mat-label>Breite</mat-label>
<input matInput type="number"
[value]="$any(selectedPageSection.width)"
(change)="updateModel('width', $any($event.target).value)">
</mat-form-field>
<mat-form-field appearance="fill"> <mat-form-field appearance="fill">
<mat-label>Höhe</mat-label> <mat-label>Höhe</mat-label>
<input matInput type="number" <input matInput type="number"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment