Skip to content

Commit

Permalink
Merge pull request #103 from zeloat/master
Browse files Browse the repository at this point in the history
Fix share bug
  • Loading branch information
PEI WANG authored Nov 23, 2016
2 parents d731ffd + 5ad3f1e commit b3404f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mip-share/mip-share.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
.c-share-list {
overflow: hidden;
margin-top: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.c-share-list .c-line-clamp1{
line-height: 30px;
Expand Down

0 comments on commit b3404f4

Please sign in to comment.