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 fdaff93 commit 758d36dCopy full SHA for 758d36d
packages/components/src/components/Input/index.tsx
@@ -65,7 +65,7 @@ export function Input({
65
<Box
66
display="inline-block"
67
pos="relative"
68
- selectors={{ '&,& *': { boxSizing: 'border-box' } }}
+ selectors={{ '&, & *': { boxSizing: 'border-box' } }}
69
>
70
{icon && (
71
<Center
packages/components/src/components/Select/index.tsx
@@ -127,7 +127,7 @@ export function Select({
127
128
129
selectors={{
130
- '&,& *': {
+ '&, & *': {
131
boxSizing: 'border-box',
132
},
133
}}
0 commit comments