Skip to content

Commit

Permalink
fix(array-table): remove min-width style property (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang authored Apr 24, 2020
1 parent aff2318 commit 22d03df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/antd-components/src/array-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export const ArrayTable: any = styled(
)
}
)`
min-width: 600px;
margin-bottom: 10px;
table {
margin-bottom: 0 !important;
Expand Down
1 change: 0 additions & 1 deletion packages/next-components/src/array-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ export const ArrayTable = styled(
}
)`
display: inline-block;
min-width: 600px;
max-width: 100%;
overflow: scroll;
table {
Expand Down

0 comments on commit 22d03df

Please sign in to comment.