Skip to content

Commit

Permalink
Fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 9, 2019
1 parent c9cf856 commit f892348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions primeflex.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
-ms-grid-row-align: stretch;
align-self: stretch; }

.p-dir-col > .p-col,
.p-dir-col-rev > .p-col {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}

.p-col-1,
.p-col-2,
.p-col-3,
Expand Down

0 comments on commit f892348

Please sign in to comment.