Skip to content

Commit

Permalink
Switch to Same effect but keeps the equal sign on the correct side of…
Browse files Browse the repository at this point in the history
… the number.
  • Loading branch information
cfaloon committed Dec 18, 2017
1 parent 03c723b commit a621b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Display.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
input {
font-family: 'Calc';
font-size: 1.4em;
direction: rtl;
text-align: right;
width: 160px;
}

Expand Down

1 comment on commit a621b74

@cfaloon
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swtich direction: rtl to text-align: right. Commit message ignored text between backticks.

Please sign in to comment.