-
Couldn't load subscription status.
- Fork 6
IBX-10087: Left-aligned image overlaps with blocks in Richtext field #242
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses IBX-10087 by ensuring that left-aligned images no longer overlap adjacent blocks in Richtext fields.
- Introduces a clearfix rule for elements directly following an element with the data-ezalign attribute.
Comments suppressed due to low confidence (1)
src/bundle/Resources/public/scss/_general.scss:175
- Consider adding a comment to explain the purpose of using the adjacent sibling combinator here, which will help future maintainers understand how this rule addresses the overlapping issue.
[data-ezalign] + * {
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GrabowskiM It looks fine now, but could we also fix the bug ? Where, when inserting a YouTube widget right after an image, the widget management panel doesn’t appear. I have to press Enter (go to a new line) first, and only then it shows up. The issue is shown in the video.
Nagranie.z.ekranu.2025-06-20.o.12.55.26.mov
After discussions, reported here:https://issues.ibexa.co/browse/IBX-10270 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA Approved



Description:
For QA:
Documentation: