Skip to content

Commit

Permalink
grid layout for edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Nov 7, 2023
1 parent b6f7dab commit 9294bc9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/app/edit/edit.component.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import { Component, OnInit } from '@angular/core';
import {KnoraService} from '../services/knora.service';
import {
ControlValueAccessor,
FormArray,
FormBuilder,
FormControl,
FormGroup,
NgControl,
Validators
} from '@angular/forms';
import {Router} from '@angular/router';

@Component({
Expand Down Expand Up @@ -196,6 +187,8 @@ import {Router} from '@angular/router';
</div>
`,
styles: [
'.container { display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); grid-gap: 1rem; margin: 2rem;}',
'mat-card { padding: 1rem;}'
]
})
export class EditComponent implements OnInit {
Expand Down

0 comments on commit 9294bc9

Please sign in to comment.