You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Formatting of rows and columns has changed in BSv5, in particular:
There seems to be an (not-explicitly documented) assumption that a row's child is meant to be a col. And a row's child is now set at width and max-width of 100%. This breaks the layout of several components in Docsy, like blocks/* and page footer.
[BSv5] Footer fixes: reset flex-shrink, and more #1373
We might want to rework the footer, dropping the flex-shrink fix and adding a proper row/col hierarchy. Nope, can't get it to work that way 🤷♂️ Yes, got it to work, see next item.
I've searched for .row and ensured that the immediate children elements are columns. I think that all cases have been covered. The only exception is the footer, which I can't get to work other than how it was setup via #1373. Closing for now.
Formatting of rows and columns has changed in BSv5, in particular:
row
's child is meant to be acol
. And a row's child is now set atwidth
andmax-width
of 100%. This breaks the layout of several components in Docsy, likeblocks/*
and page footer.Tasks:
We might want to rework the footer, dropping the flex-shrink fix and adding a proper row/col hierarchy.
Nope, can't get it to work that way 🤷♂️Yes, got it to work, see next item.The text was updated successfully, but these errors were encountered: