Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tspears1 opened this issue May 29, 2024 · 0 comments
Open

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

tspears1 opened this issue May 29, 2024 · 0 comments

Comments

@tspears1
Copy link
Contributor

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;
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant