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

CSS media queries for ui-grid fails #1602

Closed
kt215 opened this issue Dec 16, 2016 · 1 comment
Closed

CSS media queries for ui-grid fails #1602

kt215 opened this issue Dec 16, 2016 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@kt215
Copy link
Contributor

kt215 commented Dec 16, 2016

Problem file: primeng.css (grid.css)

Some @media entries do not have units, and when I add units, it works again.

For example:

@media (min-width: 480) {
    .ui-grid-fixed {
        width: 480;
    }
}

works when changed to

@media (min-width: 480px) {
    .ui-grid-fixed {
        width: 480px;
    }
}

PrimeNG: 1.1.0
Chrome 54.0.2840.99

@Mrtcndkn Mrtcndkn self-assigned this Dec 19, 2016
@Mrtcndkn Mrtcndkn added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Dec 19, 2016
@Mrtcndkn Mrtcndkn added this to the 2.0 milestone Dec 19, 2016
@Mrtcndkn
Copy link
Contributor

#1603 its merged thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants