Skip to content

Commit

Permalink
chore(*): add padding only for top and bottom #6815
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Jun 10, 2020
1 parent c9b2b31 commit 238d308
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@
padding: rem(8px);
}

%grid-excel-sort {
padding-top: rem(8px);
padding-bottom: rem(8px);
}

%grid-excel-actions {
padding: rem(8px);
}
Expand Down Expand Up @@ -274,6 +279,9 @@
}

%grid-excel-sort {
padding-top: rem(4px);
padding-bottom: rem(4px);

@extend %grid-excel-action--compact;

igx-buttongroup {
Expand Down

0 comments on commit 238d308

Please sign in to comment.