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
The table of contents does not display the border between the last parent header (<h2>) cell and all subsequent children (<h3>). This behavior occurs whether in standard or wide mode, for all skins tested, as well as for both pages & posts.
Looks like this CSS doesn't cover all possible combinations of nested list items.
I was using it to remove the last item's border so there wasn't a thicker one at the bottom, but I think it's safe to remove it all together. Then all list items correctly get a border-bottom.
Description
The table of contents does not display the border between the last parent header (
<h2>
) cell and all subsequent children (<h3>
). This behavior occurs whether in standard or wide mode, for all skins tested, as well as for both pages & posts.Environment
Expected behavior
The same border should be drawn between the last two cells as surrounds all of the other cells.
Steps to reproduce the behavior
Control 1
<h2>
)Control 2
classes: 'wide'
in the front matterTest 1
<h3>
)Test 2
classes: 'wide'
in the front matterTest 3
<h3>
)Test 4
classes: 'wide'
in the front matterThe text was updated successfully, but these errors were encountered: