Fixed css on POCloud templates

This commit is contained in:
Patrick McDonagh
2016-03-11 15:16:07 -06:00
parent 53610744c7
commit 04e3a67873
4 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -475,14 +475,14 @@
margin-top: 1em;
}
.row {
.row-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row > [class*='col-'] {
.row-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}

View File

@@ -126,14 +126,14 @@
margin-top: 1em;
}
.row {
.row-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row > [class*='col-'] {
.row-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}

View File

@@ -313,14 +313,14 @@
z-index: 100;
}
.row {
.row-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row > [class*='col-'] {
.row-flex > [class*='col-'] {
display: flex;
flex-direction: column;
}