Skip to content

Commit

Permalink
Add a default font style (vuejs#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan authored and yyx990803 committed Apr 29, 2016
1 parent 8e34f45 commit 5a43d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/select2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<link href="http://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css" rel="stylesheet">
<script src="http://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.min.js"></script>
<style>
html, body {
font: 13px/18px sans-serif;
}
select {
min-width: 300px;
}
Expand Down

0 comments on commit 5a43d32

Please sign in to comment.