Internal page space from right.

Created on 13 January 2023, almost 2 years ago
Updated 23 January 2023, almost 2 years ago


Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

🇮🇳India alok_singh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India Arun Velusamy

    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;
    }
Production build 0.71.5 2024