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
I argue that the top alignment of the first table cell's segment (top left segment) should be the same as the header's top alignment (top right). However, the header is the :first-child of a table, so it ends up having a negative margin, pulling it out of the padding of the table cell, and thus is out of alignment.
The text was updated successfully, but these errors were encountered:
There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.
However, PRs for this issue will of course be accepted and welcome!
If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!
See the following fiddle: https://jsfiddle.net/3rf9jtdu/
I argue that the top alignment of the first table cell's segment (top left segment) should be the same as the header's top alignment (top right). However, the header is the
:first-child
of a table, so it ends up having a negative margin, pulling it out of the padding of the table cell, and thus is out of alignment.The text was updated successfully, but these errors were encountered: