Skip to content

Commit

Permalink
Merge pull request #296 from unfoldingWord/release-v3.0.0
Browse files Browse the repository at this point in the history
Merge Release v3.0.0 into develop
  • Loading branch information
PhotoNomad0 committed Jul 29, 2020
2 parents b26fe3a + 0dff616 commit 121174b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tc-ui-toolkit",
"version": "5.3.2",
"version": "5.3.3",
"description": "React components used to develop tools for the desktop app translationCore",
"main": "lib/index.js",
"display": "library",
Expand Down
1 change: 1 addition & 0 deletions src/VerseEditor/EditScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class EditScreen extends React.Component {
const style_ = {
...style,
textAlign: isLTR(direction) ? 'left' : 'right',
direction,
};
return (
<div style={{ fontSize: targetLanguageFontSize }}> {/*apply desired font size multiplier before font class styling*/}
Expand Down

0 comments on commit 121174b

Please sign in to comment.