Skip to content

Commit

Permalink
Merge pull request #772 from habx/fix/avoid-overflow-in-filters
Browse files Browse the repository at this point in the history
APP-18113: Avoid overflow in filters
  • Loading branch information
habx-auto-merge[bot] authored Jan 22, 2021
2 parents dbdd7af + a0aeed1 commit 6af2c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Table/Table.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const TableHeadCellContent = styled(Text)`

export const TableHeaderCellSort = styled.div`
margin-top: 6px;
min-width: 0;
`

export const TableOptionBar = styled.div`
Expand Down

0 comments on commit 6af2c51

Please sign in to comment.