Skip to content

Commit

Permalink
[@mantine/core] Fix unexpected extra space added at the bottom of Swi…
Browse files Browse the repository at this point in the history
…tch, Radio and Checkbox components (#3303)
  • Loading branch information
stivaugoin committed Jan 17, 2023
1 parent a222961 commit 9e5cefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/InlineInput/InlineInput.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default createStyles((theme, { labelPosition, size }: InlineInputStylesPa
root: {},

body: {
display: 'inline-flex',
display: 'flex',
},

labelWrapper: {
Expand Down

0 comments on commit 9e5cefa

Please sign in to comment.