Skip to content

Commit 5dcf9ce

Browse files
authored
fix: set some better flex behaviour (#8048)
1 parent 68c67d4 commit 5dcf9ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@react-spectrum/s2/src/Divider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export const divider = style<DividerSpectrumProps & {isStaticColor: boolean}>({
6161
borderStyle: 'none',
6262
borderRadius: 'full',
6363
margin: 0,
64+
flexGrow: 0,
65+
flexShrink: 0,
6466
height: {
6567
orientation: {
6668
horizontal: {

0 commit comments

Comments
 (0)