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

p-selectbutton breaks into two line when .p-fluid applied on the parent container #146

Open
qwadrox opened this issue Aug 27, 2024 · 0 comments

Comments

@qwadrox
Copy link

qwadrox commented Aug 27, 2024

In the past there was a rule like this in _button.scss:

.p-fluid {
    .p-buttonset {
        display: flex;
        
        .p-button {
            flex: 1;
        }
    }
}

without this the button is going to be in two line when p-fluid is on:
https://primeng.org/selectbutton
image

Just added this in the browser on the docs's site:
class="card flex justify-content-center p-fluid"

@qwadrox qwadrox changed the title p-selectbutton break into two line when .p-fluid applied on the parent container p-selectbutton breaks into two line when .p-fluid applied on the parent container Aug 27, 2024
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

1 participant