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

Bootstrap v5.2 does not work at all #81

Open
Calltronics opened this issue Sep 28, 2022 · 1 comment
Open

Bootstrap v5.2 does not work at all #81

Calltronics opened this issue Sep 28, 2022 · 1 comment

Comments

@Calltronics
Copy link

Is there any chance of getting this to work?

@ArjanKw
Copy link

ArjanKw commented Aug 18, 2024

This is not a Rotativa problem, but related to wkhtmltopdf.

To get the grid to work, you might try this workaround:

<style>
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

        .row > div {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
        }
</style>

Without the workaround:
image

With the workaround:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants