You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Alert component, when we remove children, there is more distance from the bottom of the title to the frame border.
What version of @mantine/* packages do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)
latest
If possible, please include a link to a codesandbox with the reproduced problem
What package has an issue
@mantine/core
Describe the bug
In Alert component, when we remove children, there is more distance from the bottom of the title to the frame border.
![Screenshot 1402-08-15 at 10 32 59](https://private-user-images.githubusercontent.com/21153535/280620617-0f3140d7-3f2d-4169-a587-0a20b7e2b903.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTQ1NzUsIm5iZiI6MTczOTU1NDI3NSwicGF0aCI6Ii8yMTE1MzUzNS8yODA2MjA2MTctMGYzMTQwZDctM2YyZC00MTY5LWE1ODctMGEyMGI3ZTJiOTAzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE3MzExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZhMzgzMjE1YWI1OWJjNTkzYmEzNDc4OGFhNDNmN2QxMjViOGQxYzMzMjE0ZGRiZmQwZTk5OGQwZjk4MjMwZjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sY6jTo-BTgensa4mYpW1jWDSIhupwRlBdijm-K3SB3w)
What version of @mantine/* packages do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)
latest
If possible, please include a link to a codesandbox with the reproduced problem
https://github.com/mantinedev/mantine/blob/master/src/mantine-core/src/components/Alert/Alert.tsx
Do you know how to fix the issue
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Possible fix
You should give the children the margin-top instead of the title the margin-bottom.
The text was updated successfully, but these errors were encountered: