-
Notifications
You must be signed in to change notification settings - Fork 79
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
make work when flex box is involved #51
Comments
I haven't heard anyone report that. Can you provide an example? |
K cool. I'll look at making a codepen soon. Could just be something I messed up. |
Closing until I receive more info. |
Hi Redmunds, This problem occurs when the .balance-text element is a direct child of a flexbox element. The following code causes the width to be not correct and the code not to be executed. I guess
I myself fixed this issue by adding a block element as the direct child. Thanks for your work! |
@spinboxnl Thanks for the detailed followup. This can't be made as a global change -- see discussion in #75. But, I'll keep this case in mind with future changes. |
A solution for this one might be using selections to calculate the necessary width, instead of removing the text. This would be a near-total rewrite. |
Is anyone else having issues when flex box is also used on the .balance-text element or parents that control it's width?
The text was updated successfully, but these errors were encountered: