-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CSS Clearfix needed on taTextElement #611
Comments
I am hesitant to add 'clearfix' to the taTextElement. scope.displayElements.text.attr({ to scope.displayElements.text.attr({ but I worry that this will collide in applications where folks have already crafted their css, etc. to do what they need. Thanks! |
After thinking about this some more. I realized that there is already a 'ta-text-editor-class' attrib set to 'border-around' that I will add 'clearfix' to for the existing demo. |
… a 'clearfix' to the ta-text-editor-class attribute.
fix(demo/textAngular.com.html): fixed issue #611 by adding a 'clearfi…
The image float problem bellow can be solved by applying a
::after
clearfix on the taTextElementThe text was updated successfully, but these errors were encountered: