[TASK] Fix small styling mistakes (#22)

Reviewed-on: #22
This commit is contained in:
2025-01-09 09:55:16 +00:00
parent 839f9f7752
commit 10ead075a7
5 changed files with 95 additions and 48 deletions

View File

@ -35,9 +35,6 @@ import EmployeeApiService from "../../services/employee-api.service";
MatSortModule
],
templateUrl: './table.component.html',
host: {
class: 'block w-full p-6'
},
styleUrl: './table.component.css'
})
export class TableComponent implements OnInit{