Skip to content

Commit

Permalink
Flexbox prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
underovsky committed Jan 20, 2017
1 parent 08c27e1 commit 8eca24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/jquery.tagsinput-revisited.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/jquery.tagsinput-revisited.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
}

.tagsinput div {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}

Expand Down

0 comments on commit 8eca24f

Please sign in to comment.