mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
The struggles are real
This commit is contained in:
parent
87800d80c8
commit
b52e2c138b
2 changed files with 14 additions and 0 deletions
13
src/Ombi/ClientApp/src/app/issues/issuestable.component.scss
Normal file
13
src/Ombi/ClientApp/src/app/issues/issuestable.component.scss
Normal 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;
|
||||
}
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue