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 3f8551b commit 334d1a0Copy full SHA for 334d1a0
packages/main/src/components/FormItem/index.tsx
@@ -44,8 +44,7 @@ const useStyles = createUseStyles(
44
justifySelf: 'var(--_ui5wcr_form_label_text_align)',
45
textAlign: 'var(--_ui5wcr_form_label_text_align)',
46
'&[data-label-span="12"]': {
47
- justifySelf: 'start',
48
- paddingBlockEnd: '0.25rem'
+ justifySelf: 'start'
49
},
50
'&:has(+ $content > [ui5-checkbox])': {
51
alignSelf: 'center'
@@ -68,7 +67,7 @@ const useStyles = createUseStyles(
68
67
gridColumnEnd: 'span var(--_ui5wcr_form_content_span)',
69
70
gridColumnEnd: 'span 12',
71
- paddingBlockEnd: '0.625rem'
+ paddingBlockEnd: '0.75rem'
72
}
73
74
lastGroupItem: {
0 commit comments