error style in nested table #8525
Closed
Labels
Comments
<Table
size="middle"
columns={columns}
dataSource={data}
- size="small"
/> |
Fixed that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.0.0
Environment
react 16.2
Reproduction link
https://codesandbox.io/s/xj4p85xx1z
Steps to reproduce
parent table with
size="small"
and child table withsize="middle"
What is expected?
correct middle table's style
What is actually happening?
chid middle table's style is
small
The text was updated successfully, but these errors were encountered: