[Bug] Grid does not stack when you set a breakpoint size, it should stack (width 100%) below it.
See original GitHub issueI 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.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:24 (15 by maintainers)
Top Results From Across the Web
Full Width Material-UI Grid not working as it should
Best practice is to test out all break points and specify the allocation of space for each screen width.
Read more >Grid system - Bootstrap
Grid breakpoints are based on minimum width media queries, meaning they apply to that one breakpoint and all those above it (e.g., ....
Read more >Grid template areas - CSS: Cascading Style Sheets | MDN
With the grid-area property I can assign each of these areas a name. This will not yet create any layout, but we now...
Read more >Layout and Grid System | Components - BootstrapVue
Choose from a responsive, fixed-width container (meaning its max-width changes at each breakpoint) by default, or fluid-width (meaning it's 100% wide all the ......
Read more >Layout - dbc docs - Dash Bootstrap Components - Faculty AI
The Bootstrap grid has twelve columns, and six responsive tiers (allowing you to specify different behaviours on different screen sizes, see below).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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.