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

fix: fix incorrect truncate strings with popover #567

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

krosy1337
Copy link
Contributor

image

@krosy1337 krosy1337 force-pushed the use-cell-with-popover branch from 5dc0e41 to 8745086 Compare October 23, 2023 08:07
@krosy1337 krosy1337 changed the title fix: use CellWithPopover component fix: fix incorrect truncate strings with popover Oct 23, 2023
@krosy1337 krosy1337 force-pushed the use-cell-with-popover branch 3 times, most recently from eb62001 to a73f1da Compare October 23, 2023 08:20
@krosy1337 krosy1337 force-pushed the use-cell-with-popover branch from a73f1da to a51eea3 Compare October 23, 2023 08:21
@krosy1337 krosy1337 marked this pull request as ready for review October 23, 2023 08:22
Comment on lines 20 to 24
<div className={b('wrapper', wrapperClassName)}>
<Popover className={b(null, className)} {...props}>
{children}
</Popover>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It better to put b-style higher. So you have block__element inside block. It will be more correct in terms of BEM methodology. More specific styles should be further in components tree

@krosy1337 krosy1337 merged commit d82e65b into main Oct 23, 2023
4 checks passed
@krosy1337 krosy1337 deleted the use-cell-with-popover branch October 23, 2023 08:59
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.

2 participants