Skip to content

Commit

Permalink
fix(rtl): change ltr text-align to rtl-compatible form
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowa committed Nov 14, 2023
1 parent 7888ee5 commit ba2e438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dependencies/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
caption,
th,
td {
text-align: left;
text-align: start;
}


Expand Down

0 comments on commit ba2e438

Please sign in to comment.