From ba7fc8b4d61578d0c525dd3757d129adec7d4318 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 16 May 2026 00:02:10 +0200 Subject: [PATCH] fix: right-align calculator display text --- samples/calc-02/index.css | 2 ++ 1 file changed, 2 insertions(+) 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 {