fix: right-align calculator display text
This commit is contained in:
@@ -146,6 +146,8 @@ body {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: right;
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
.display-buttons-panel {
|
||||
|
||||
Reference in New Issue
Block a user