After fixing issueBefore fixing issue

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

alok_singh created an issue. See original summary.

alok_singh’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new432 bytes
new159.3 KB
arun velusamy’s picture

StatusFileSize
new189.03 KB
new189.56 KB

I have verified the patch #2 and tested it on Drupal version 9.5.x. The patch works fine and I have added the before and after screenshots for reference.
NOTE: The css class what you have targeted will apply only for the image in 'Basic Page' content type alone. I think we need to target specific classes for other content types as well.

Example:

For article content type,

.block-system-main-block .node--type-article .field--name-body p img.align-left {
margin-right: 15px;
}

I hope the following will work for all content type

.block-system-main-block article p img.align-left {
margin-right: 15px;
}

Please review.