Skip to content

Commit

Permalink
fix: update DataTable font size to be small (#1009)
Browse files Browse the repository at this point in the history
* feat: update DataTable font size to be small

* feat: small font size for wrapper

Co-authored-by: vzadorozhnii <vladyslav.zadorozhnii@raccoongang.com>
  • Loading branch information
monteri and vzadorozhnii committed Jan 6, 2022
1 parent 1c63d90 commit a7f487f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataTable/DataTable.scss
Expand Up @@ -11,6 +11,7 @@ $data-table-pagination-dropdown-min-width: 6rem !default;
.pgn__data-table-wrapper {
border-radius: $border-radius;
box-shadow: $data-table-box-shadow;
font-size: $font-size-sm;

> :first-child {
border-top-left-radius: $border-radius;
Expand Down

0 comments on commit a7f487f

Please sign in to comment.