Skip to content

Commit

Permalink
Fixed css
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ghilini committed Nov 17, 2016
1 parent 4869a2d commit e562b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Please read **src/md-datatable.interfaces.ts** for details about these events.
To add `ng2-md-datatable` to your Material 2 theming file:
```scss
@import '~ng2-md-datatable/datatable-theme';
@import '~ng2-md-datatable/md-datatable-theme';
...
@include md-datatable-theme($theme);
```
Expand Down
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.5",
"version": "1.0.6",
"description": "Angular 2 DataTable component for using with Material 2",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/_datatable-theme.scss → src/_md-datatable-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
ng2-md-datatable-row {
height: $datatable-row-height;
border-bottom: $datatable-dividers;
vertical-align: middle;

&:last-child {
height: $datatable-last-row-height;
Expand Down

0 comments on commit e562b12

Please sign in to comment.