Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Mar 23, 2022
1 parent 750d116 commit 85c1064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
lock: {
type: 'object',
default: {
move: true,
move: false,
remove: true,
},
},
Expand Down
4 changes: 4 additions & 0 deletions packages/checkout/components/totals/item/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
.wc-block-components-totals-item__description {
@include font-size(small);
width: 100%;

> div:last-child {
margin-bottom: 0;
}
}

0 comments on commit 85c1064

Please sign in to comment.