diff --git a/samples/calc-02/index.css b/samples/calc-02/index.css index ff571a8..d779ae6 100644 --- a/samples/calc-02/index.css +++ b/samples/calc-02/index.css @@ -146,6 +146,8 @@ body { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + text-align: right; + justify-self: end; } .display-buttons-panel {