Skip to content

Commit

Permalink
Merge pull request #878 from GratefulGarmentProject/export-ppv-to-net…
Browse files Browse the repository at this point in the history
…suite

Fix styling
  • Loading branch information
smellsblue authored Mar 13, 2024
2 parents 1945bd4 + c272fdd commit 541eedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/purchases.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ td.purchase-line-cost {
width: 50%;

.subtotal,
.total {
.total,
.variance-total {
display: flex;
justify-content: flex-end;
align-items: center;
Expand All @@ -91,4 +92,3 @@ td.purchase-line-cost {
}
}
}

0 comments on commit 541eedc

Please sign in to comment.