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
Okay, now this is a very, very strange bug in Chrome. It doesn't happen in Firefox or Safari. The vertical (top and bottom) margin for the table are given in em units, while the horizontal margin is given in rem units. When I change em to rem, everything behaves as expected.
It doesn't matter whether the table is at the end. When there is at least one table in the document, it breaks. What the...
Description
If a table is the last element in the content area, the sidebar exceeds the constrained area
Expected behavior
The sidebar always has the same padding at the top as at the bottom.
Actual behavior
The sidebar exceeds the constrained area.
This is related to the
md-typeset__table
element. Removing it, corrects the spacing/padding.Package versions
System information
The text was updated successfully, but these errors were encountered: