Skip to content

Commit

Permalink
Fixed CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ghilini committed Feb 21, 2017
1 parent 4ba5c0e commit 29a4f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-md-datatable",
"version": "1.0.19",
"version": "1.0.20",
"description": "Angular 2 DataTable component for using with Material 2",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/md-datatable-row.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}
}

:host /deep/ .md-data-check-cell {
.md-data-check-cell {
text-align: center;
}

0 comments on commit 29a4f66

Please sign in to comment.