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
BSv5's table related styles used by Docsy (.table, .table-responsive, .table-striped) have changed. In particular, display is no longer set to block. This makes Docsy tables in doc pages fill the entire width of .td-content, which doesn't look right when all of the rest of the content is restricted by .td-max-width-on-larger-screens.
I'd suggest that we apply .td-max-width-on-larger-screens to tables as well.
For cases where projects would like the old BSv4 table formatting, apply the .d-block to one or all tables. To have tables fill in .td-content use .d-table.
The text was updated successfully, but these errors were encountered:
BSv5's table related styles used by Docsy (
.table
,.table-responsive
,.table-striped
) have changed. In particular,display
is no longer set to block. This makes Docsy tables in doc pages fill the entire width of.td-content
, which doesn't look right when all of the rest of the content is restricted by.td-max-width-on-larger-screens
.I'd suggest that we apply
.td-max-width-on-larger-screens
to tables as well.For cases where projects would like the old BSv4 table formatting, apply the
.d-block
to one or all tables. To have tables fill in.td-content
use.d-table
.The text was updated successfully, but these errors were encountered: