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 d42b0d1 commit 775aa56Copy full SHA for 775aa56
packages/react/src/FormControl/FormControl.module.css
@@ -1,7 +1,7 @@
1
.ControlHorizontalLayout {
2
display: flex;
3
4
- *:where([data-has-leading-visual]) {
+ &:where([data-has-leading-visual]) {
5
align-items: center;
6
}
7
packages/react/src/FormControl/FormControl.tsx
@@ -226,7 +226,7 @@ const StyledHorizontalLayout = toggleStyledComponent(
226
styled.div`
227
228
229
230
231
232
0 commit comments