fix: right-align calculator display text

This commit is contained in:
2026-05-16 00:02:10 +02:00
parent b45cfe8091
commit ba7fc8b4d6
+2
View File
@@ -146,6 +146,8 @@ body {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
justify-self: end;
}
.display-buttons-panel {