Skip to content

Commit

Permalink
fix: include spacing in width for inline horizontal components #2251
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Feb 21, 2024
1 parent 15283bf commit 4fefd06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ const
alignItems: 'center',
$nest: {
'> [data-visible="true"] ~ div': {
marginLeft: 8
paddingLeft: 8,
boxSizing: 'border-box'
}
}
},
Expand Down

0 comments on commit 4fefd06

Please sign in to comment.