Skip to content

Commit

Permalink
Fix primefaces#6098: Grid allow zero based columns
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jul 3, 2020
1 parent eea6d65 commit 63dcd3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/META-INF/resources/primefaces/grid/grid.css
Expand Up @@ -47,7 +47,7 @@
}

.ui-grid-col-0 {
width: 0;
display: none;
}

.ui-grid-col-1 {
Expand Down Expand Up @@ -208,7 +208,7 @@
}

.ui-g-0 {
width: 0;
display: none;
}

.ui-g-1 {
Expand Down Expand Up @@ -328,7 +328,7 @@
}

.ui-sm-0 {
width: 0;
display: none;
}

.ui-sm-1 {
Expand Down Expand Up @@ -449,7 +449,7 @@
}

.ui-md-0 {
width: 0;
display: none;
}

.ui-md-1 {
Expand Down Expand Up @@ -570,7 +570,7 @@
}

.ui-lg-0 {
width: 0;
display: none;
}

.ui-lg-1 {
Expand Down Expand Up @@ -691,7 +691,7 @@
}

.ui-xl-0 {
width: 0;
display: none;
}

.ui-xl-1 {
Expand Down

0 comments on commit 63dcd3c

Please sign in to comment.