Skip to content

Commit

Permalink
Fixed #3889 order edit shipping method styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Feb 10, 2025
1 parent 184754a commit 5fbd15e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft Commerce

## Unreleased

- Fixed a styling issue on the Edit Order page. ([#3889](https://github.com/craftcms/commerce/issues/3889))

## 5.3.2.1 - 2025-02-07

- Fixed a bug where tax and shipping totals weren’t being recalculated in `commerce/cart/*` action requests. ([#3888](https://github.com/craftcms/commerce/issues/3888))
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/commerceui/dist/css/order.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commerceui/dist/css/order.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commerceui/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/commerceui/dist/js/app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div id="order-edit-shipping-method-wrapper">
<select-input
label="name"
:options="shippingMethods"
Expand Down Expand Up @@ -142,3 +142,9 @@
},
};
</script>

<style lang="scss">
#order-edit-shipping-method-wrapper {
width: 100%;
}
</style>

0 comments on commit 5fbd15e

Please sign in to comment.