Skip to content

Commit

Permalink
[LOOM-1942][BpkPrice]: Fix right aligned price layout (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis authored Nov 22, 2024
1 parent ff329a0 commit ba16506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bpk-component-price/src/BpkPrice.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

&--right {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
}

Expand Down

0 comments on commit ba16506

Please sign in to comment.