From f520c53470630e3ad4d43e3c2306882d33bf5c52 Mon Sep 17 00:00:00 2001 From: Adam Wathan <4323180+adamwathan@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:55:45 -0400 Subject: [PATCH] Align tables to start instead of left For better RTL support. --- src/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.js b/src/styles.js index aa55b8e..a2f1820 100644 --- a/src/styles.js +++ b/src/styles.js @@ -1587,7 +1587,7 @@ module.exports = { table: { width: '100%', tableLayout: 'auto', - textAlign: 'left', + textAlign: 'start', marginTop: em(32, 16), marginBottom: em(32, 16), },