Fix grid sizing/snap
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
</mat-form-field>
|
||||
<mat-form-field appearance="outline" style="width: 12ch; margin-left: 8px;">
|
||||
<mat-label>Grid density</mat-label>
|
||||
<input matInput type="number" [(ngModel)]="gridDensity" min="1" max="64" step="1" placeholder="">
|
||||
<input matInput type="number" [(ngModel)]="gridDensity" min="2" max="64" step="2" placeholder="">
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="button-row">
|
||||
|
||||
Reference in New Issue
Block a user