Skip to content

Commit 065f4e2

Browse files
authored
fix: carousel width (#5744)
1 parent c547316 commit 065f4e2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/public-towns-go.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": patch
3+
---
4+
5+
`Carousel`: fix container width

packages/ui/src/components/Carousel/styles.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const wrapper = style({
77
position: 'relative',
88
marginLeft: '-100px',
99
marginRight: '-100px',
10+
width: '100%',
1011
})
1112

1213
export const beforeScroll = style({

0 commit comments

Comments
 (0)