We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacc7dc commit 53bba7aCopy full SHA for 53bba7a
src/styles.js
@@ -1587,7 +1587,6 @@ module.exports = {
1587
table: {
1588
width: '100%',
1589
tableLayout: 'auto',
1590
- textAlign: 'start',
1591
marginTop: em(32, 16),
1592
marginBottom: em(32, 16),
1593
},
@@ -1617,6 +1616,9 @@ module.exports = {
1617
1616
'tfoot td': {
1618
verticalAlign: 'top',
1619
+ 'th, td': {
1620
+ textAlign: 'start',
1621
+ },
1622
'figure > *': {}, // Required to maintain correct order when merging
1623
figcaption: {
1624
color: 'var(--tw-prose-captions)',
0 commit comments