v4: [Bug] Grid does not stack when you set a breakpoint size, it should stack (width 100%) below it.

I was trying bootstrap-styled, at first for a simple grid responsible approach, doesn’t seem to be working right out of the box.

I am not using BootstrapProvider but rather including the individual components, it’s just a simple attempt:

<Row>
<Col md="6" />
<Col md="6"/>
<Row>

Then looking at https://bootstrap-styled.github.io/v4/#/UI Components/Row I see it’s not working there either.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 24 (15 by maintainers)

Commits related to this issue

Most upvoted comments

Yes, it needs to be manually updated. (It’s the only option I can see). We will respect v4 specification and will use OSS feedback such as this one to keep up to date this lib with the original bootstrap.

@kopax I am truly confused, you say it works fine, but for me it doesn’t.

See your codesandbox: https://codesandbox.io/s/nr16mnzo3p And have a look at this one, which is basically plain old bootstrap: https://codesandbox.io/s/3vxo9964l6

It’s not the same. On yours, the columns are stacked (on on top of the other) when the browser window is wide and side by side when it’s narrow. On the bootstrap one, is the other way around.

Open them up on a new tab so that it uses the full width of your browser.