We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c67d4 commit 5dcf9ceCopy full SHA for 5dcf9ce
packages/@react-spectrum/s2/src/Divider.tsx
@@ -61,6 +61,8 @@ export const divider = style<DividerSpectrumProps & {isStaticColor: boolean}>({
61
borderStyle: 'none',
62
borderRadius: 'full',
63
margin: 0,
64
+ flexGrow: 0,
65
+ flexShrink: 0,
66
height: {
67
orientation: {
68
horizontal: {
0 commit comments