Skip to content

Commit

Permalink
fix(stark-ui): add padding to table filter component
Browse files Browse the repository at this point in the history
ISSUE: #732
  • Loading branch information
carlo-nomes committed Jan 11, 2019
1 parent 4eb2acd commit 7f73477
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,8 @@
}
}

.mat-table-filter .mat-menu-content {
padding: 8px;
}

/* END stark-ui: src/modules/table/components/table/_table.component.scss */

0 comments on commit 7f73477

Please sign in to comment.