-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
<ColsWrapper>
<Col initialWidth={100}> a</Col>
<Col initialWidth={200}> b</Col>
</ColsWrapper>
In the above case, GridWrapper height is 0.
There is no problem if you write as follows.
<div style={{ height: 100px; }}
<ColsWrapper>
<Col initialWidth={100}> a</Col>
<Col initialWidth={200}> b</Col>
</ColsWrapper>
</div>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels