The struggles are real

pull/4210/head
twanariens 3 years ago
parent 87800d80c8
commit b52e2c138b

@ -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;
}

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

Loading…
Cancel
Save