The struggles are real

This commit is contained in:
twanariens 2021-05-18 23:38:08 +02:00
commit b52e2c138b
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
.small-middle-container {
margin: auto;
width: 95%;
}
.table thead th{
border-bottom-width: 1px;
border-bottom-style: solid;
}
.table th{
border-top:none;
}

View file

@ -6,6 +6,7 @@ import { IIssuesSummary, IPagenator, IssueStatus } from "../interfaces";
@Component({
selector: "issues-table",
templateUrl: "issuestable.component.html",
styleUrls: ['issuestable.component.scss']
})
export class IssuesTableComponent {