Skip to content

Commit f4c38e5

Browse files
feat(docs): fixing table and formatting
1 parent 2babc29 commit f4c38e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libs/route-pages/blog-portfolio/src/article.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ import { Subscription, of } from "rxjs";
1818
::ng-deep.turbo-table tbody tr:not(:first-of-type) td:not(:last-of-type){
1919
border-right: 1px solid gray
2020
}
21+
::ng-deep.turbo-table tbody tr:not(:first-of-type) td{
22+
padding: 5px 10px;
23+
}
2124
::ng-deep tbody tr:first-of-type {
2225
text-align: center;
2326
}

0 commit comments

Comments
 (0)