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

Noborder ignored on responsive PanelGrid #973

Closed
mertsincan opened this issue Dec 21, 2015 · 0 comments
Closed

Noborder ignored on responsive PanelGrid #973

mertsincan opened this issue Dec 21, 2015 · 0 comments
Labels
5.2.17 5.3.4 🐞 defect Bug...Something isn't working
Milestone

Comments

@mertsincan
Copy link
Member

Reported by Pro user;
I have attached an example of the recommended styleClass="ui-noborder" for turning off borders on a PanelGrid works when the grid is regular but does not work if layout="grid" for Responsive. IT looks like the responsive renders an inner div that does not apply the style.

Exp;

<p:panelGrid id="pnlResponsive" columns="3" layout="grid" styleClass="ui-noborder">
    <h:outputText value="Content" />
    <h:outputText value="Content" />
    <h:outputText value="Content" />

    <h:outputText value="Content" />
    <h:outputText value="Content" />
    <h:outputText value="Content" />

    <h:outputText value="Content" />
    <h:outputText value="Content" />
    <h:outputText value="Content" />
</p:panelGrid>
@mertsincan mertsincan added 🐞 defect Bug...Something isn't working 5.3.4 5.2.17 labels Dec 21, 2015
@mertsincan mertsincan added this to the 6.0 milestone Dec 21, 2015
@cagataycivici cagataycivici changed the title Noborder issue on responsive PanelGrid Noborder ignored on responsive PanelGrid Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.2.17 5.3.4 🐞 defect Bug...Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant