diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 2cd5fbcf..4347b209 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -19,6 +19,7 @@ This release removes the `` component. When this component - Fixed a bug in `` that didn't account for the arrow's diagonal size - Fixed a bug in `` that caused arrow placement to be incorrect with RTL - Fixed a bug in `` that caused the indeterminate animation to stop working in Safari [#891](https://github.com/shoelace-style/shoelace/issues/891) +- Fixed a bug in `` that caused it to overflow a container at 100% width [#905](https://github.com/shoelace-style/shoelace/issues/905) - Fixed a bug in `` that prevented custom expand/collapse icons from rendering - Fixed a bug in `` where the `expand-icon` and `collapse-icon` slots were reversed - Fixed a bug in `` that prevented the keyboard from working after lazy loading [#882](https://github.com/shoelace-style/shoelace/issues/882) diff --git a/src/components/range/range.styles.ts b/src/components/range/range.styles.ts index 77a1263b..7225858a 100644 --- a/src/components/range/range.styles.ts +++ b/src/components/range/range.styles.ts @@ -30,6 +30,7 @@ export default css` background: transparent; line-height: var(--sl-input-height-medium); vertical-align: middle; + margin: 0; background-image: linear-gradient( to right,