primeng-sass-theme icon indicating copy to clipboard operation
primeng-sass-theme copied to clipboard

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

Open qwadrox opened this issue 5 months ago • 0 comments

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 avatar Aug 27 '24 15:08 qwadrox