If you try to align one of Mantine inputs in a flex container with a button, you will notice that input is not aligned with the button. This happens because Mantine inputs have associated elements: label, description and error message.
Something went wrong
To align input with a button, you can either use inputContainer
prop to wrap the button
next to the in a flex container:
Something went wrong
Or change error/description position to absolute with Styles API:
Something went wrong