Replies: 1 comment 3 replies
-
To remove indentation from the component, use negative margins |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.12.1
What package has an issue?
@mantine/core
What framework do you use?
Other, I will specify in the bug description
In which browsers you can reproduce the issue?
All
Describe the bug
I don't need the indentation, it doesn't work to make the actual size.
How can I get around this?
The only way to remove the indentation is by recalculating (size / 2) - (thickness / 2) or (75(size) /2) - (8(thickness ) /2) = r 33.5
How can this be solved from the outside?
There is just a layout, I am trying to use the mantine to the maximum, and according to the layout there should be no indentations.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
Beta Was this translation helpful? Give feedback.
All reactions