Skip to content

Commit

Permalink
fix(data-table): remove max width line from core styles (#5747)
Browse files Browse the repository at this point in the history
* fix(data0table): remove max width line from core styles

* chore(data-table): add sticky haeder mixin with max-width

Co-authored-by: TJ Egan <[email protected]>
  • Loading branch information
Alessandra Davila and tw15egan authored Apr 1, 2020
1 parent a8386e6 commit 2e14d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -15799,7 +15799,7 @@ Data table core styles
}
}

@include sticky-header($max-width: rem(900px));
@include sticky-header($max-width: 100%);
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
}
}

@include sticky-header($max-width: rem(900px));
@include sticky-header($max-width: 100%);
}

@include exports('data-table-v2-core') {
Expand Down

0 comments on commit 2e14d83

Please sign in to comment.