Problem/Motivation

The icons in the layout builder UI for left and right text alignment do not appear when using Bootstrap 5 classes.
Instead of text-left and text-right it is text-start and text-end. The icons are automatically assigned based upon the class names.

Proposed resolution

Add the start and end class names to the icon selector.

Comments

rhovland created an issue. See original summary.

rhovland’s picture

Status: Active » Needs review
StatusFileSize
new4.49 KB

Patch adds the selectors to the scss file and changes complied to the theme.

rhovland’s picture