Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Remove bigger default min table row height for those with expander
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 3, 2020
1 parent 9fe227f commit b5a4bee
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ export class TableRowComponent<T = any> extends CdkRow implements OnInit {
map(state => state.deleting)
);
}
if (this.expandComponent) {
this.defaultMinRowHeight = '64px';
}

// Ensure we 'register' with the expander service. This also helps with page changes
this.expandedService.collapse(this.rowId);
Expand Down

0 comments on commit b5a4bee

Please sign in to comment.