Skip to content

Commit f520c53

Browse files
committed
Align tables to start instead of left
For better RTL support.
1 parent 8d686dc commit f520c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ module.exports = {
15871587
table: {
15881588
width: '100%',
15891589
tableLayout: 'auto',
1590-
textAlign: 'left',
1590+
textAlign: 'start',
15911591
marginTop: em(32, 16),
15921592
marginBottom: em(32, 16),
15931593
},

0 commit comments

Comments
 (0)