Skip to content

GridWrapper height is 0. #1

@takahito-hamada

Description

@takahito-hamada
<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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions