Updating css style for paragraph_column to make the width settings work properly
Merged
requested to merge issue/bootstrap_paragraphs-2969006:2969006-width-classes-being into 8.x-2.x
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.