Skip to content

Commit

Permalink
Align tables to start instead of left
Browse files Browse the repository at this point in the history
For better RTL support.
  • Loading branch information
adamwathan committed Mar 27, 2024
1 parent 8d686dc commit f520c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ module.exports = {
table: {
width: '100%',
tableLayout: 'auto',
textAlign: 'left',
textAlign: 'start',
marginTop: em(32, 16),
marginBottom: em(32, 16),
},
Expand Down

0 comments on commit f520c53

Please sign in to comment.