Skip to content

Commit

Permalink
Merge pull request airyland#812 from wg5945/airyland#811
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland authored Jan 21, 2017
2 parents 09c7784 + 2d1c1d1 commit 34d09bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/flexbox/flexbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ export default {
width: 100%;
text-align: left;
display: flex;
display: -webkit-flex;
box-align: center;
align-items: center;
}
.vux-flexbox .vux-flexbox-item {
flex: 1;
-webkit-flex: 1;
min-width: 20px;
width: 0%;
}
Expand Down

0 comments on commit 34d09bd

Please sign in to comment.