Problem/Motivation

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Grimreaper created an issue. See original summary.

grimreaper’s picture

  • Grimreaper committed a73fdb1e on 5.0.x
    Issue #3345264 by Grimreaper: Text format form element
    
grimreaper’s picture

Assigned: grimreaper » Unassigned
Issue summary: View changes
Status: Active » Fixed
StatusFileSize
new18.13 KB
new11.06 KB

grimreaper’s picture

Status: Fixed » Needs work

Maybe in preprocess form element condition about mb-3 to replace by:

      $this->variables->addClass('mb-3');
      // If the element is a sub-element of a text_format do not add the class.
      if (key_exists('#format', $variables['element'])) {
        $this->variables->removeClass('mb-3');
      }

(I am currently testing gin_lb but this may also occur in standard Layout Builder offcanvas)

grimreaper’s picture

Status: Needs work » Fixed

Not needed for the moment. In my subtheme for Gin LB support I removed Ui Suite Bootstrap processing.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.