Skip to content

Commit

Permalink
revert tabular nums (#11039)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Dec 7, 2023
1 parent 13c8f63 commit be6915c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions assets/js/components/AnimatedNumber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,3 @@ export default {
},
};
</script>
<style scoped>
span {
font-variant-numeric: tabular-nums;
}
</style>
3 changes: 0 additions & 3 deletions assets/js/components/LoadpointSessionInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,4 @@ export default {
user-select: none;
-webkit-user-select: none;
}
.value {
font-variant-numeric: tabular-nums;
}
</style>
3 changes: 0 additions & 3 deletions assets/js/components/SavingsTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,4 @@ export default {
.unit {
font-size: var(--bs-body-font-size);
}
.value {
font-variant-numeric: tabular-nums;
}
</style>

0 comments on commit be6915c

Please sign in to comment.