-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
Description
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 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. - Why flex-shrink 0 for all columns? twbs/bootstrap#37951
Tasks:
- Foot adjustments:
- [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. - [BSv5] Footer: drop flex-shrink tweak + other adjustments #1523
- [BSv5] Footer fixes: reset flex-shrink, and more #1373
- [BSv5] blocks/cover row-col hierarchy fix #1467
- [BSv5] blocks/lead row-col hierarchy fix #1469
- [BSv5] community/list row-col hierarchy fix #1471
- [BSv5] blocks/section row-col hierarchy fix #1472