Skip to content

Commit

Permalink
end is deprecated, use flex-end
Browse files Browse the repository at this point in the history
  • Loading branch information
boye-s authored and palbock committed Nov 14, 2024
1 parent 3466ad0 commit 59273ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/InvoiceStatistics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default Vue.extend({
.interval-shortcuts {
display: flex;
justify-content: end;
justify-content: flex-end;
gap: 0.1rem;
margin: 1rem 0;
}
Expand Down

0 comments on commit 59273ff

Please sign in to comment.