Skip to content

Conversation

@harrymander
Copy link
Contributor

@harrymander harrymander commented Jan 17, 2024

Makes tables that have multiple tr elements inside thead look nicer.

E.g. based on index.html, before:

Screenshot from 2024-01-17 16-39-38

After:

Screenshot from 2024-01-17 16-39-54

HTML:

<table>
  <thead>
      <tr>
          <th rowspan="2">Feature</th>
          <th colspan="3">CSS framework</th>
      </tr>
      <tr>
          <th>MVP.css</th>
          <th>No CSS</th>
          <th>Custom CSS</th>
      </tr>
  </thead>
 <!-- ... -->
</table>

Copy link
Collaborator

@ChristopherBilg ChristopherBilg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it! Good find and thanks for the PR

@ChristopherBilg ChristopherBilg merged commit 5879799 into andybrewer:master Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants