Closed twilliams3 closed 6 years ago
Hi @twilliams3
Indeed, there is a problem in that case. Try adding this in your CSS:
[grid~="center"] {
flex-direction: row;
}
And the other thing, by default all columns are expanded to 100% when they are below the small breakpoint; that's an intended behavior. But is you want to keep the columns at every size, try adding this to your settings:
$breakpoint: (width > 0px);
Let me know if that works!
Yep, that fixes it! Thanks, the expanded to 100% is actually the behavior we wanted, so that's perfect. Will that fix be integrated into a future version of concise?
Sure! and yeah, I will include it in a new version. I don't have an estimate yet, but at some point will happen 👍
We're having some issues with the column tag inside of a grid=center grid. On smaller screens (breakpoint <480px) the inner column in the code below expands/contracts based on the amount of text inside. With a small amount you get a narrow band instead of a "10" column. With a large amount of text you get the width of the parent grid instead of a "10" column.
Ex. http://codepen.io/onodev/pen/QdYeKE
Ex: using https://cdn.concisecss.com/concise.min.css