Skip to content

BU-Collapsible needs additional style for BULP Custom HTML Block #273

@tspears1

Description

@tspears1

Description

BULP (BU Landing Pages) has added a new section, the Custom HTML Section. When a bu-collapsible is used in the section, it rides too close to the right border so additional padding is needed.

Solution

In /responsive-foundation/burf-customizations/content/_collapsibles.scss add:

.bu_collapsible {
    .bulp-custom-html & {
        padding-right: 45px;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions