Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mantine/tiptap] set align-items to center for toolbar #5993

Merged
merged 1 commit into from Mar 29, 2024

Conversation

xiaohanyu
Copy link
Contributor

In mantine v6, by default Toolbar will render into a <Group> component and the align-items value is center by default. V7 breaks this behavior.

In mantine v6, by default Toolbar will render into a `<Group>` component and the `align-items` value is `center` by default. V7 breaks this behavior.
@xiaohanyu
Copy link
Contributor Author

Some screenshots of my personal project:

In v6:

image

In v7:

image

You can see that the label Summary in v7 is a bit upwards due to the align-items is not set to center in v7.

@rtivital rtivital merged commit 98dde88 into mantinedev:master Mar 29, 2024
1 check passed
@rtivital
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants