Skip to content

Commit 3329cae

Browse files
authored
fix(rtl): change ltr text-align to rtl-compatible form
1 parent 7888ee5 commit 3329cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/dependencies/_core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
caption,
137137
th,
138138
td {
139-
text-align: left;
139+
text-align: start;
140140
}
141141

142142

0 commit comments

Comments
 (0)