Skip to content

Updating css style for paragraph_column to make the width settings work properly

The issue: The bootstrap width classes on .paragraph__column are being overridden by the default .paragraph__column classes. See attached screenshot. You can see, that the default classes are overriding the width classes, both rules are contained in the same file bootstrap-paragraphs.min.css.

Solution: The existing patch bootstrap_paragraphs_2969006_7.patch was tested, but it did not solve the issue with the column width. I've updated the CSS styles to make them work properly.

Merge request reports