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
<table>
<tbody>
<tr>
<td rowspan="2">Spans two rows</td>
<td>Single row</td>
<td rowspan="2">Spans two rows</td>
</tr>
<tr>
<td>Single row with bad padding</td>
</tr>
</tbody>
</table>
The cell in the second row has no inline padding, but is not at the edge of the table. It becomes misaligned from the rest of its column.
See the tailwind play reproduction.
Unfortunately, I don't have a solution except to remove these styles. Currently in the process of attempting to do that via tailwind theme overrides, but not achieved yet.
The text was updated successfully, but these errors were encountered:
What version of @tailwindcss/typography are you using?
0.5.12, also on main currently
What version of Node.js are you using?
20
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction repository
https://play.tailwindcss.com/N9NaJJTEfl
Describe your issue
These styles are meant for aligning the first and last column to the edge of the table:
But they fail when faced with this markup:
The cell in the second row has no inline padding, but is not at the edge of the table. It becomes misaligned from the rest of its column.
See the tailwind play reproduction.
Unfortunately, I don't have a solution except to remove these styles. Currently in the process of attempting to do that via tailwind theme overrides, but not achieved yet.
The text was updated successfully, but these errors were encountered: