Skip to content

Commit 334d1a0

Browse files
authored
fix(Form): adjust vertical layout padding (#5653)
Fixes #5603
1 parent 3f8551b commit 334d1a0

File tree

1 file changed

+2
-3
lines changed
  • packages/main/src/components/FormItem

1 file changed

+2
-3
lines changed

packages/main/src/components/FormItem/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ const useStyles = createUseStyles(
4444
justifySelf: 'var(--_ui5wcr_form_label_text_align)',
4545
textAlign: 'var(--_ui5wcr_form_label_text_align)',
4646
'&[data-label-span="12"]': {
47-
justifySelf: 'start',
48-
paddingBlockEnd: '0.25rem'
47+
justifySelf: 'start'
4948
},
5049
'&:has(+ $content > [ui5-checkbox])': {
5150
alignSelf: 'center'
@@ -68,7 +67,7 @@ const useStyles = createUseStyles(
6867
gridColumnEnd: 'span var(--_ui5wcr_form_content_span)',
6968
'&[data-label-span="12"]': {
7069
gridColumnEnd: 'span 12',
71-
paddingBlockEnd: '0.625rem'
70+
paddingBlockEnd: '0.75rem'
7271
}
7372
},
7473
lastGroupItem: {

0 commit comments

Comments
 (0)